Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.9 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.9 KB

Transitions: Famo.us animation library Build Status

Transitions are used to create animation, usually by providing input to a Modifier.

Files

  • CachedMap.js: A simple in-memory object cache. Used as a helper for Views with provider functions.
  • Easing.js: A library of curves which map an animation explicitly as a function of time.
  • MultipleTransition.js: Transition meta-method to support transitioning multiple values with scalar-only methods.
  • SnapTransition.js: SnapTransition is a method of transitioning between two values (numbers, or arrays of numbers)
  • SpringTransition.js: SpringTransition is a method of transitioning between two values (numbers, or arrays of numbers) with a bounce.
  • Transitionable.js: A state maintainer for a smooth transition between numerically-specified states.
  • TransitionableTransform.js: A class for transitioning the state of a Transform by transitioning its translate, scale, skew and rotate components independently.
  • TweenTransition.js: A state maintainer for a smooth transition between numerically-specified states.
  • WallTransition.js: WallTransition is a method of transitioning between two values (numbers, or arrays of numbers) with a bounce.

Documentation

Maintainer

License

Copyright (c) 2014 Famous Industries, Inc.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.