0.1.3 • Published 8 years ago

gsap-ui v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Gsap Timeline Ui

A timeline interface for Gsap.

Features

Gsap Ui shows the current state of your gsap timeline to help when creating animations.

The current timeline state will be saved in LocalStorage,
to allow for seamles animation code editing.

UI Preview

Shortcuts

  • Spacebar Toggle Play / Pause
  • Skip forward
  • Skip forward
  • = / + Faster
  • - Slower
  • R Reset timescale

Setup

Pass your gsap timeline to the GsapUi:

var timeline = new TimelineMax();
tl.to(timeline, 2, {
  opacity: 0,
});

new GsapUi(timline);

Load with a module bundler

Install the gsap-ui package:

npm install --save-dev gsap-ui

Require gsap-ui with your module bundler of choice:

// ES6 Modules
import GsapUi from 'gsap-ui';
// CommonJS
var GsapUi = require('gsap-ui');
0.2.0-beta

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago