M_Fancy_Sites Posted February 16, 2023 Share Posted February 16, 2023 Hi all, I'm wondering if there's a way to disable animations for mobile views only with CSS? Or would this require JS? My best, Mary Alice Link to comment
tuanphan Posted February 21, 2023 Share Posted February 21, 2023 I think CSS is enough. I used to use CSS to disable Animation on Footer What is your site url? We can check easier And disable for entire site or which element? 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!) Link to comment
M_Fancy_Sites Posted March 2, 2023 Author Share Posted March 2, 2023 Hi Tuan, www.gracemysticsanctuary.com is the URL Link to comment
tuanphan Posted March 6, 2023 Share Posted March 6, 2023 On 3/3/2023 at 4:12 AM, M_Fancy_Sites said: Hi Tuan, www.gracemysticsanctuary.com is the URL Disable on all pages, on mobile only. Is that right? 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!) Link to comment
tuanphan Posted March 8, 2023 Share Posted March 8, 2023 On 3/6/2023 at 11:43 AM, M_Fancy_Sites said: Yes Try adding to Design > Custom CSS @media screen and (max-width:767px) { body * { transform: unset !important; opacity: 1 !important; transition-delay: unset !important; transition: unset !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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment