bushbaby / expose-greensock-js
BsbExposeGreensockJS is a ZF2 module that helps exposing the greensock javascript library
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bushbaby/expose-greensock-js
Requires
- bushbaby/greensockjs: *
- rwoverdijk/assetmanager: 1.*
This package is auto-updated.
Last update: 2025-10-24 06:32:00 UTC
README
BsbExposeGreensockJS is a ZF2 module that helps exposing the greensock javascript library.
Update your composer.json in your project root to include the following snipped
"require": {
    "bushbaby/expose-greensock-js": "dev-master"
}
Additionally, since greensock js doesn't have a composer.json, add the following snipped to the composer.json in your project root.
"repositories": {
    "bushbaby-greensockjs": {
        "type": "package",
        "package": {
            "name": "bushbaby/greensockjs",
            "version": "1.9.0",
            "source": {
                "url": "git://github.com/greensock/GreenSock-JS.git",
                "type": "git",
                "reference": "1.9.0"
            }
        }
    }
}
The assets will be available under /js/vendor/gsap/
Provided Collections
/js/vendor/gsap/TweenMaxPack.js
contains : tweenMax, timelineMax, jQueryPlugin, ease and plugin packs
/js/vendor/gsap/plugins/pluginPack.js
contains : all plugins
/js/vendor/gsap/easing/EasePack.js
contains : all ease functions
Notes
- no 'pack' is provided for TweenLite
- easing/EasePack.js is provided by the library itself, plugin follows that convention
- minified and uncompressed files are merged into a single location structure