vis/animation/animators/
mggrscaleanimator__define.pro
Scale animator.
Class description for mggrscaleanimator
Inheritance
Properties
Properties in mggrscaleanimator
- _extra init
- size init
amount to scale each dimension
Routines
Methods inherited from mggranimator
mggranimator::getProperty, target=target, duration=duration, nframes=nframes, easing=easing
mggranimator::animate, progress
mggranimator::setProperty, target=target, duration=duration, nframes=nframes, easing=easing
mggranimator::reset
result = mggranimator::init(target=target, duration=duration, nframes=nframes, easing=easing)
mggranimator::cleanup
Routines from mggrscaleanimator__define.pro
mggrscaleanimator::animate, progress
Do the transition.
result = mggrscaleanimator::init( [size=fltarr(3)] [, _extra=keywords])
Create a scale animator.
mggrscaleanimator__define
Define instance variables.
Routine details
top mggrscaleanimator::animate
mggrscaleanimator::animate, progress
Do the transition.
Parameters
- progress in required type=float
progress of the transition, 0 to 1
top mggrscaleanimator::init
result = mggrscaleanimator::init( [size=fltarr(3)] [, _extra=keywords])
Create a scale animator.
Return value
1 for success, 0 for failure
Keywords
- size in optional type=fltarr(3)
amount to scale each dimension
- _extra in optional type=keywords
keyword to
MGgrAnimator::init
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 19 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.