Stop slide up animation on page load

2 replies · opened Apr 20, 2017

MmstlyWebApr 20, 2017

Hello

I have removed all the animations and I still have this slide up thing happening when the page loads. The Flex nav navigation slides up from the bottom as well as the contents of the container below it. How do I stop this so it just loads the content?

MmstlyWebApr 20, 2017

http://stratcomminc.com/staging/PDP/pdp-4.html

Please keep this URL private.

You can see that when you refresh sometimes it does it and sometimes it doesnt but I cannot figure out where the sliding motion is coming from...

Please help?

Thanks

SSemicolon WebSTAFFApr 23, 2017

Hello,

You can simply find the following code in the style.css File:

.flex-control-nav li a

and change the following CSS Properties:

-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

This should definitely fix your issue. 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