+ 2
My old project but gold!
Hi there guys! I have my old project which is all about web animation. When I was 14 years old I made this stuff on my computer... :) Hope you like it! Link to my code: https://code.sololearn.com/WDFPy3HhC146/#html
3 odpowiedzi
+ 6
Your JS library doesn't load... fix it by adding protocol to its url:
<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.0/TweenMax.min.js"></script>
+ 2
thank you!
0
Now it worked perfect! you can see: https://code.sololearn.com/W6oNHgYwy2i4/?ref=app. Fixed just added new gsap in the bottom of <body>.