Hello all. I’ve been looking to create scrolling text like this website, and I’ve found that they’re using GreenSock Animation Platform.
I’ve followed the basic setup instructions (added the script via functions.php), verified that the script is in fact loading, I got no console errors (aside the video which we know about, but for some reason, Dreamweaver is not interested in running some basic GSAP animations.
The oddity is that GSAP works fine when I drop it into codepen, so I’m sure there’s something funky going on here…but I can’t see what?!
PEN: (that works): https://codepen.io/brittany-golden/pen/KjrqGV
WEBSITE: (doesn’t work) https://stable.stable-demos.com/animation-tester/
I’m loading jquery before tweenMax, and both of those before the custom.js file where I’m calling the very small line of code on line 283, which does - nothing - on the website, but works in Pen.
Any idea why this isn’t working? The theme comes prepacked with a bunch of scripts, including LITE, but even if I try to run a light version without MAX installed…nada.
Any insight would be GREATLY appreciated. Thanks in advance!