HTML5+CSS on Canvas 3D WebGL (TM) Library
 

opacityFinal Library Method

Short Description: Set opacity of associated HTML element after complete animation

Signature: t.opacityFinal ([o])
Group: HTMLControl
Class: transition Class
 

Sets the opacity of the element associated with the current transition after finishing playing the complete animation. o can be any valid CSS value for the opacity property, e.g. 0,1, or "". If o is not specified the opacity is set to the value the opacity property had before playing the animation.

Examples

taccgl.a("testimg").paint().opacity().opacityFinal().to(500,500,1).start();
RUN

WebGL™ is a trademark of the Khronos Group Inc.

Next Page:Modification
Previous Page: transition.visFinal - Set visibility of associated HTML element after complete animation