Hey Guys!
I'm new to GSAP and just trying to create an animated text.
I have all the libraries loaded, but still get the error below:
ReferenceError: SplitText is not defined
my js line is:
var splittxt = new SplitText("#description");
and all my script is loaded:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js' type='text/javascript'></script>
What is it I am doing wrong?
Thanks!