You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Uikit modal with JQuery Textillate.js. The goal is animate the texts in the modal when it opens and repeat the animation when modal is closed and opened again. I was able to get it to work. But I found that the initialdelay option for Textillate is not working so all animated texts appear at the same time.
How can I get the initialDelay: 1000 to work so that the second animated text would be delayed for a while. It works fine when if I am not using Textillate methods - $element.textillate('in') and $element.textillate('out')
I am using Uikit modal with JQuery Textillate.js. The goal is animate the texts in the modal when it opens and repeat the animation when modal is closed and opened again. I was able to get it to work. But I found that the initialdelay option for Textillate is not working so all animated texts appear at the same time.
How can I get the
initialDelay: 1000
to work so that the second animated text would be delayed for a while. It works fine when if I am not using Textillate methods -$element.textillate('in')
and$element.textillate('out')
I have created an codepen for it here - https://codepen.io/ajaxthemestudios/pen/XWJRBbW
The text was updated successfully, but these errors were encountered: