You know I like this, probably your best alternative to timelines. Question, can you condense your worldoptimizer js scripts into one library? You have worldoptimizer 3 separate times + you have Greensock then you have hypes library you get the point…
Extensions should be packaged for production... CDN hotlinking is just for demos and trials. Best practice: download minified versions, combine into one script.js file, and import into your Hype project. If you have external code, add your own code there as well instead of cluttering HTML head. This rule of thumb applies to all extensions, not just this one. I try to avoid the usage of CDNs in production. If those dependencies accidentally publish something broken, it hits your live site immediately. Get a snapshot, update manually when needed. In case of online advertisement, I think it's best practice to use the CDNs for GSAP at least because they don't count against your kilobyte size allowance.
2 Likes