mglib

Personal IDL library for M. Galloy

single page | use frames     summary     class     fields     routine details     file attributes

vis/animation/easing/

mggreasing__define.pro


Base Easing class. Provides a simple linear transition between two animator states.

Class description for mggreasing

Subclasses: mggrbounceouteasing mggrcircinouteasing mggrcircouteasing

Routines

Routines from mggreasing__define.pro

result = mggreasing::ease(t)

Do the easing.

mggreasing__define

Define instance variables.

Routine details

top mggreasing::ease

result = mggreasing::ease(t)

Do the easing. Default is linear transition.

Return value

the correct value

Parameters

t in required type=float

animation progress, 0 to 1.

top mggreasing__define

mggreasing__define

Define instance variables.

File attributes

Modification date: Wed May 14 15:07:14 2014
Lines: 8
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.