bowermagic Posted May 5, 2022 Posted May 5, 2022 Site URL: https://www.bowermagic.co.uk/ How can I adjust the timing of the appearance animation of some specific text? There are two lines of text which appear in succession using the default fade in animation. I'm looking to have the second line wait for a few seconds before appearing, although they're both overlaying the same picture. Is this possible?
tuanphan Posted May 8, 2022 Posted May 8, 2022 It looks like you solved with this CSS? div#block-yui_3_17_2_1_1634650425926_2496 h4 { transition-delay: 2s !important; } 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!)
mames Posted March 15, 2023 Posted March 15, 2023 On 5/7/2022 at 8:37 PM, tuanphan said: It looks like you solved with this CSS? div#block-yui_3_17_2_1_1634650425926_2496 h4 { transition-delay: 2s !important; } I need to have a delay of a text block (or two) on one page specifically. Is this the code that I use? If so were / what field do I enter it specifically?
SCAgency Posted May 4, 2023 Posted May 4, 2023 Did you get this to work? I want to delay a text highlight and can't get that to work with animation-delay or transition-delay. Thanks.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment