Skip navigation links

Package org.eclipse.nebula.animation.movement

Provides movements which can be used when running effects in an animation.

See: Description

Package org.eclipse.nebula.animation.movement Description

Provides movements which can be used when running effects in an animation.

Package Specification

Contains both easing and non easing equations:

An easing equation goes from an initial value to a target value (from 0 to 255 for instance ). These movements are :

Other equations have custom animation path. (from 0 to 0 with values going up to 255 for instance). These movements are :

Easing movements contains 'In' or/and 'Out' in their names.

Related Documentation

For snippets and additional documentation, please see:
Skip navigation links