WOW
WOW copied to clipboard
Change Data/Delay on mobile
Is there a way to set a different delay and duration based for mobile devices? The delays that look good on a desktop take too long for mobile. How can I fix this other than just disabling wow.js?
same problem. Any solution yet?
If there isn't any formal solution yet, you can do:
@media only screen and (max-width:768px) {
.wow
{
animation-delay: 0s!important;
}
}