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
My html is this: <div id="mills" class="container-fluid"> <h1 class="tlt"> <ul class="texts" style="display: none"> <li data-in-effect="flash">MILLS</li> <li></li> </ul> </h1> </div>
Then in my javascript I have simply $(".tlt").textillate(); inside my document ready function. I get absolutely no animations. The next will appear one after the other in sequence, but that is all I can get to happen no matter what effect I use. And using certain ones like bounce and flash, nothing happens and the text just appears and ignores my delays too... I have these dependencies added at the bottom of my body:
I downloaded and unzipped the textillate folder into my local repository. I don't get why this won't do any animations at all... Any help would be much appreciated.
The text was updated successfully, but these errors were encountered:
Hello @Bawnawgwa ,
Please include the css files with href reference like the code given below: <link href="./textillate-master/assets/animate.css" rel="stylesheet"> <link href="./textillate-master/assets/style.css" rel="stylesheet">
It worked for me.
I hope it will work for you.
My html is this:
<div id="mills" class="container-fluid"> <h1 class="tlt"> <ul class="texts" style="display: none"> <li data-in-effect="flash">MILLS</li> <li></li> </ul> </h1> </div>
Then in my javascript I have simply $(".tlt").textillate(); inside my document ready function. I get absolutely no animations. The next will appear one after the other in sequence, but that is all I can get to happen no matter what effect I use. And using certain ones like bounce and flash, nothing happens and the text just appears and ignores my delays too... I have these dependencies added at the bottom of my body:
And these dependencies added in my head section:
I downloaded and unzipped the textillate folder into my local repository. I don't get why this won't do any animations at all... Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: