Merge pull request #4006 from jkmartindale/update/gsap

Add GSAP version detection
main
Elbert Alias 4 years ago committed by GitHub
commit c681afc468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7505,7 +7505,9 @@
"description": "GSAP is an animation library that allows you to create animations with JavaScript.", "description": "GSAP is an animation library that allows you to create animations with JavaScript.",
"icon": "TweenMax.png", "icon": "TweenMax.png",
"js": { "js": {
"TweenMax": "", "gsap.version": "([\\d.]+)\\;version:\\1",
"TweenLite.version": "([\\d.]+)\\;version:\\1",
"TweenMax.version": "([\\d.]+)\\;version:\\1",
"gsapVersions": "" "gsapVersions": ""
}, },
"scripts": "TweenMax(?:\\.min)?\\.js", "scripts": "TweenMax(?:\\.min)?\\.js",