I want all the items on the website to show up at once...not as you scroll down. How do I change this? theme1.1stopnonprofitshop.com
Hi, Greetings from InkThemes, To turn off the animation, just paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .animation_started.animated { /*CSS transitions*/ -o-transition-property: none !important; -moz-transition-property: none !important; -ms-transition-property: none !important; -webkit-transition-property: none !important; transition-property: none !important; /*CSS transforms*/ -o-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -webkit-transform: none !important; transform: none !important; /*CSS animations*/ -webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; -ms-animation: none !important; animation: none !important; } Hope this helps...! Thanks & Regards! Nitin InkThemes.com
It almost worked. It took the animation away, but some items still take an extra second or so to load...like the 2nd and 3rd testimonial and the "Mission" section in the footer.
Hi, Hope you are doing good...! You would be glad to know that we have fixed the issue as per your requirements. Now the animations from the sections you mentioned are totally removed. Kindly check and acknowledge us for the same. Thanks & Regards! Nitin InkThemes.com