jschr / textillate

A jquery plugin for CSS3 text animations.
http://textillate.js.org
MIT License
3.66k stars 759 forks source link

textillate.js is not working #103

Open hamidahussaini opened 7 years ago

hamidahussaini commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

And this my HTML file

<!DOCTYPE html>

Textillate sample

SOFTNAT CORPORATION

A Brown Quick Fox Jumps Over The Lazy Dog

gonardfreeman commented 7 years ago

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