Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi.
I am more or less finished with my site after purchasing the theme, but somewhere in the process, the animations seems to be broken. I have checked and all the sites seems to have them switched on. The site is plainsimple.dk
Hello,
I have just checked this problem with our theme. We are working with this issue and the the update will be launch soon.
If you want a quick fix please add this code into your style.css :
html:not(.no-cssanimations) .animate_on_visible[data-speed="400"] {
-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
}
When update will be online you will be notified with an email.
Regards!
You must be logged in to reply to this topic.