1.2.31 • Published 6 years ago

apollo-timeline v1.2.31

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 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

6 years ago

1.2.3

6 years ago

1.2.299

6 years ago

1.2.297

7 years ago

1.2.296

7 years ago

1.2.295

7 years ago

1.2.294

7 years ago

1.2.293

7 years ago

1.2.292

7 years ago

1.2.291

7 years ago

1.2.29

7 years ago

1.2.289

7 years ago

1.2.288

7 years ago

1.2.287

7 years ago

1.2.286

7 years ago

1.2.285

7 years ago

1.2.284

7 years ago

1.2.283

7 years ago

1.2.282

7 years ago

1.2.281

7 years ago

1.2.27

7 years ago

1.2.26

7 years ago

1.2.25

7 years ago

1.2.24

7 years ago

1.2.23

7 years ago

1.2.22

7 years ago

1.2.21

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago