Effect: Fade |
vegui. sk. ani. fade.jsDependenciesvegui.sk.std.js vegui.sk.ani.js DescriptionEffect that allows you to smoothly fade a node into or out of few using the VSK_Node::fade method. Summary
|
fade in effect on node
VSK_Node.prototype.fx_fade_in = function( n, limit )
fade out effect on node
VSK_Node.prototype.fx_fade_out = function( n, limit )
Sets the transparency of the node to the selected value
VSK_Node.prototype.fade = function( n )