Name Last Update
..
pointToPoint Loading commit data...
README.md Loading commit data...
TimeAnimation.js Loading commit data...
easing.js Loading commit data...

View animation utilities shared between all view types

This contains modules and classes which are used to perform various types of animations on the view.

Modules

  • easing.ts: module containing standard easing functions.
  • TimeAnimation.ts: interface representing animations as explicit functions of time.
  • pointToPoint/: single source to target animation.