selModulo Library Method
Short Description: Select elements based on modulo operation
Signature: m.selModulo (m,f,t)
Class: taccglMulti Class
Returns a new set of animation set containing a subset of the
transitions of the current set. The ordinal number of each transition is divided my m.
If the remainder of this division is in the range f...t then the element is selected.
Examples
var a=taccgl.mTagName("a").paint(). selModulo(2,1).bgColor("red"). hide(). visAtEnd(). start(); | RUN |
WebGL™ is a trademark of the Khronos Group Inc.
|