LindsEli Posted October 26, 2023 Posted October 26, 2023 https://okra-vanilla-n2tn.squarespace.com/ the password is 123 Right now the hero images fade in, is there a way to have number [1] Fade in, then fade out after 3 seconds, [2] fade in and then fade out after 3 seconds, etc the current code I am using is /// Speech bubble fade in HOME PAGE #block-yui_3_17_2_1_1698099613340_5182 { animation: fade-me-in .5s; } @keyframes fade-me-in { 0% {opacity:0;} 80% {opacity:0;} 100% {opacity:1;} } #block-8222289d31284ba440d5 { animation: fade-me-in 1.0s; } @keyframes fade-me-in { 0% {opacity:0;} 80% {opacity:0;} 100% {opacity:1;} } #block-7b78518b2a6909733fe1 { animation: fade-me-in 1.5s; } @keyframes fade-me-in { 0% {opacity:0;} 80% {opacity:0;} 100% {opacity:1;} } #block-80d9bee9e28b6781a90a { animation: fade-me-in 2.0s; } @keyframes fade-me-in { 0% {opacity:0;} 80% {opacity:0;} 100% {opacity:1;} } thank you!
tuanphan Posted October 26, 2023 Posted October 26, 2023 Hi, I see you figured it out? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
LindsEli Posted October 26, 2023 Author Posted October 26, 2023 10 hours ago, tuanphan said: Hi, I see you figured it out? Not yet! Right now they just fade in but what I want is that the conversation bubbles is there a way to have number [1] Fade in, then fade out after 3 seconds, [2] fade in and then fade out after 3 seconds, etc - does that make sense?
tuanphan Posted November 4, 2023 Posted November 4, 2023 So I added code here Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment