Open hamidahussaini opened 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 () {} } }); });
And this my HTML file
<!DOCTYPE html>
A Brown Quick Fox Jumps Over The Lazy Dog
Try to attach all scripts to end of body, work for me, and move jquery min before textillate
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