1.2.31 • Published 7 years ago

apollo-timeline v1.2.31

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 years ago

Apollo Timeline

An After Effects-inspired Timeline

Examples can be seen here

After Effects project file can be downloaded here for comparison

Timeline

A Timeline is an object with keyframes, markers, and a timer. The timer updates the Timeline every time it's updated. Typically a Timeline has a set duration for synching/combining animations.

Playmodes
  • once - Plays the Timeline once, then pauses the timeline
  • loop - Keeps replaying the Timeline until timesPlayed reaches maxPlays
  • pingPong - Plays the Timeline forwards and backwards
Keyframe

A Keyframe is an object that interpolates between 2 Arrays, startValue and endValue. autoOrigin is used when a keyframe's startValue doesn't equal the object's current value when it begins.

Types
  • linear - Linear interpolation from A to B
  • bezier - Cubic Bezier interpolation from A to B
  • hold - No interpolation from A to B until the Keyframe is complete
Marker

A Marker is time-based label with optional commands. Current built-in actions are 'stop', which stops the timeline, and 'delay', which will pause the timeline for the set duration.

Jumps to the "idle" Marker timeline.goToMarker( "idle" );

Commands

"stop" - Stops the Timeline

Stop the Timeline at 1 second

timeline.addMarker( new Marker("Idle", 1.0, "stop") );

1.2.31

7 years ago

1.2.3

7 years ago

1.2.299

8 years ago

1.2.297

8 years ago

1.2.296

8 years ago

1.2.295

8 years ago

1.2.294

8 years ago

1.2.293

8 years ago

1.2.292

8 years ago

1.2.291

8 years ago

1.2.29

8 years ago

1.2.289

8 years ago

1.2.288

8 years ago

1.2.287

8 years ago

1.2.286

8 years ago

1.2.285

8 years ago

1.2.284

8 years ago

1.2.283

8 years ago

1.2.282

8 years ago

1.2.281

8 years ago

1.2.27

8 years ago

1.2.26

8 years ago

1.2.25

8 years ago

1.2.24

8 years ago

1.2.23

8 years ago

1.2.22

8 years ago

1.2.21

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago