2017 © Pedro Peláez
 

library expose-greensock-js

BsbExposeGreensockJS is a ZF2 module that helps exposing the greensock javascript library

image

bushbaby/expose-greensock-js

BsbExposeGreensockJS is a ZF2 module that helps exposing the greensock javascript library

  • Friday, March 15, 2013
  • by bushbaby
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

BsbExposeGreensockJS

BsbExposeGreensockJS is a ZF2 module that helps exposing the greensock javascript library., (*1)

Update your composer.json in your project root to include the following snipped, (*2)

"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., (*3)

"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/, (*4)

Provided Collections

/js/vendor/gsap/TweenMaxPack.js

contains : tweenMax, timelineMax, jQueryPlugin, ease and plugin packs, (*5)

/js/vendor/gsap/plugins/pluginPack.js

contains : all plugins, (*6)

/js/vendor/gsap/easing/EasePack.js

contains : all ease functions, (*7)

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

The Versions

15/03 2013

dev-master

9999999-dev https://github.com/basz/BsbExposeGreensockJS

BsbExposeGreensockJS is a ZF2 module that helps exposing the greensock javascript library

  Sources   Download

MIT

The Requires