Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No animations at all from textillate #104

Open
Bawnawgwa opened this issue Jan 5, 2017 · 1 comment
Open

No animations at all from textillate #104

Bawnawgwa opened this issue Jan 5, 2017 · 1 comment

Comments

@Bawnawgwa
Copy link

Bawnawgwa commented Jan 5, 2017

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:

    <script type="text/javascript" src="./textillate-master/assets/jquery.lettering.js"></script>
    <script type="text/javascript" src="./textillate-master/jquery.textillate.js"></script>
    <script type="text/javascript" src="./textillate-master/assets/jquery.fittext.js"></script>

And these dependencies added in my head section:

    <link rel="stylesheet" type="text/css" src="./textillate-master/assets/animate.css">
    <link rel="stylesheet" type="text/css" src="./textillate-master/assets/style.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>

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.

@Death-Gear
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants