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

textillate.js is not working #103

Open
hamidahussaini opened this issue Dec 24, 2016 · 3 comments
Open

textillate.js is not working #103

hamidahussaini opened this issue Dec 24, 2016 · 3 comments

Comments

@hamidahussaini
Copy link

Hello!
I have a problem that is textillate.js is not working though I attach all dependency files(jquery.js, jquery.lettering.js and animate.css)
Plz if any one of can guide me!
I would be thankfull

@hamidahussaini
Copy link
Author

hamidahussaini commented Dec 24, 2016

this is my javascript file.
plz guide me if I am not wrong

$(function () {
$('.heading').textillate({
loop:true,
in:
{
effect: 'bounce',
delayScale: 1.5,
delay: 50,
sync: false,
shuffle: false,
reverse: false,
callback: function () {}
},
out:
{
effect: 'bounce',
delayScale: 1.5,
delay: 50,
sync: false,
shuffle: false,
reverse: true,
callback: function () {}
}
});
});

@hamidahussaini
Copy link
Author

And this my HTML file

<title>Textillate sample</title> <script type="text/javascript" src="jquery.lettering (1).js"></script> <script type="text/javascript" scr="jquery.textillate.js"></script> <script type="text/javascript" src="jquery.min.js"></script> <script type="text/javascript" src="script.js"></script> <script type="text/javascript" src="jquery.fittext.js"></script>

SOFTNAT CORPORATION

A Brown Quick Fox Jumps Over The Lazy Dog

@gonardfreeman
Copy link

Try to attach all scripts to end of body, work for me, and move jquery min before textillate

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