GSAP
Categories
Component ID
2647426
Component name
GSAP
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
285
Component created
Component changed
Component body
This module integrate the GSAP javascript library with Drupal through the Libraries API.
GSAP is a powerful, high-performance javascript animation library for the web.
This module is intended to be an API module for developers.
The main aim is to integrate GSAP with the Libraries API to manage it efficiently as a project dependency
Dependencies:
- Drupal 7.x core
- Libraries Api
- GSAP library (Official site or GitHub)
Note: this module is developing with GSAP library v.1.18.2.
Installation:
- Install GSAP module as usual Drupal module.
- Download GSAP library from Official site or GitHub and unpack archive to your libraries directory (/sites/all/libraries by default). Rename folder with library to 'gsap', so in default case you should have a path /sites/all/libraries/gsap/src...
- Or you can install GSAP library via drush with command
drush gsap-install
Useful documentation and articles about GSAP library:
- GSAP Homepage - https://greensock.com/
- GSAP Documentation - http://greensock.com/docs/#/HTML5/
- GSAP Getting Started - http://greensock.com/get-started-js
