I'm using the Canvas template, including some elements of the page that use the "fadeIn" animation. My problem is that the animations don't seem to work on mobile browser sizes. Am I missing something? Is there a way to fix this?
Thanks!
Ryan
1 reply · opened Feb 16, 2018
I'm using the Canvas template, including some elements of the page that use the "fadeIn" animation. My problem is that the animations don't seem to work on mobile browser sizes. Am I missing something? Is there a way to fix this?
Thanks!
Ryan
Hello,
Simply find the following if/else block in the js/functions.js File inside the animations: function() Function Block:
if( $body.hasClass('device-xl') || $body.hasClass('device-lg') || $body.hasClass('device-md') )and delete it and place the contents of the Block outside.
This will enable the animations on all devices. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard