Canvas Library
 

horizontal Library Method

Short Description: Approximate Horizontally

Signature: f.horizontal ()
Class: taccglFlexiBorder Class
 

The object is cut in the horizontal slices and each slice is animated as specified. This is the default.

Examples

var a=taccgl.actor("testimg",taccgl.flexiBorder).horizontal().Circle1().start();
RUN
var a=taccgl.actor("testimg",taccgl.flexiBorder).horizontal().Circle1(); a.resize(null,null,a.h,a.h).start();
RUN
var a=taccgl.actor("testimg",taccgl.flexiBorder).horizontal().Circle1(); a.resize(null,null,a.h,a.h).flyOut(a.x+(a.w-a.h)/2,a.y,0).start();
RUN
var a=taccgl.actor("testimg",taccgl.flexiBorder).test2().horizontal().Circle1().dur(30).start();
RUN

WebGL™ is a trademark of the Khronos Group Inc.

Next Page:taccglFlexiBorder.vertical - Approximate Vertically
Previous Page: taccglFlexiBorder.start - Start transition