JaydenCruzL Posted January 11, 2021 Posted January 11, 2021 Site URL: https://www.useinpress.com/ I currently have my site animation on the fastest setting, but I would like it to be faster. How can I make the animation speed faster with css?
tuanphan Posted January 12, 2021 Posted January 12, 2021 Add to Design > Custom CSS /* animation */ * { transition-duration: 0.1s !important; transition-delay: 0.1s !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!)
PoppyShotts Posted December 6, 2023 Posted December 6, 2023 (edited) @tuanphan Do you please know how to apply this code below to just one section, and keep the rest of the sitewide animation as normal: section[data-section-id="6556300ea781261d2e8c9be3"] /* animation */ * { transition-duration: 0.1s !important; transition-delay: 0.1s !important; } Edited December 6, 2023 by PoppyShotts
tuanphan Posted December 7, 2023 Posted December 7, 2023 On 12/6/2023 at 8:32 PM, PoppyShotts said: @tuanphan Do you please know how to apply this code below to just one section, and keep the rest of the sitewide animation as normal: section[data-section-id="6556300ea781261d2e8c9be3"] /* animation */ * { transition-duration: 0.1s !important; transition-delay: 0.1s !important; } Change * to section[data-section-id="6556300ea781261d2e8c9be3"] * 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