HTML5 Canvas Library
 

perm Library Method

Short Description: Set duration of transition to permanent

Signature: t.perm
Group: Control
Class: transition Class
 

Sets the duration of the transition to run permanently until stopped explictly. The transition is not playing, just the first frame of the transition is shown as a still picture. An animation with a permanent transition also runs until being stopped explicitly using stop or navigating to another HTML page. permanent is an abbreviation for setting the duration to infinity (actually a value of 100000000 is used).

WebGL™ is a trademark of the Khronos Group Inc.

Next Page:transition.absStartScroll - Set absolute scroll start of transition
Previous Page: transition.permanent - Set duration of transition to permanent