fade |
- |
show: fade in
hide : fade out |
fade() |
left |
distance , fade (true or false) |
show: moves from left
hide : moves to left |
left(short,false) |
right |
distance , fade (true or false) |
show: moves from right
hide : moves to right |
right(100,true) |
top |
distance , fade (true or false) |
show: moves from top
hide : moves to top |
top(100) |
bottom |
distance , fade (true or false) |
show: moves from bottom
hide : moves to bottom |
bottom(100|500 , true) |
rotate |
deg , orig |
show: rotate in
hide : rotate out |
rotate(300 , br) |
rotateleft |
deg , dist , orig , fade (true or false) |
show: rotate from left
hide : rotate to left |
rotateleft(45|180,long,br,true) |
rotateright |
deg , dist , orig , fade (true or false) |
show: rotate from right
hide : rotate to right |
rotateleft(45|180,long,br,true) |
rotatetop |
deg , dist , orig , fade (true or false) |
show: rotate from top
hide : rotate to top |
rotatetop(45|180,long,br,true) |
rotatebottom |
deg , dist , orig , fade (true or false) |
show: rotate from bottom
hide : rotate to bottom |
rotatebottom(45|180,long,br,true) |
skewleft |
deg , dist , fade (true or false) |
show: skew from left
hide : skew to left |
skewleft(18,35|100) |
skewright |
deg , dist , fade (true or false) |
show: skew from right
hide : skew to right |
skewright(18,35|100) |
skewtop |
deg , dist , fade (true or false) |
show: skews from right
hide : skew to right |
skewtop(18,35|100,false) |
skewbottom |
deg , dist , fade (true or false) |
show: skews from bottom
hide : skew to bottom |
skewbottom(18,35|100) |
front |
dist , fade (true or false) |
show: moves from front (3D)
hide : moves to front (3D) |
front(300) |
back |
dist , fade (true or false) |
show: moves from back (3D)
hide : moves to back (3D) |
back(300) |
rotatefront |
deg , dist, orig , fade (true or false) |
show: rotate from front (3D)
hide : rotate to front (3D) |
rotatefront(300 , 500 ,c , true) |
rotateback |
deg , dist , orig , fade (true or false) |
show: rotate from back (3D)
hide : rotate to back (3D) |
rotateback(300 , 500 ,c , true) |
rotate3dleft |
x , y , z , dist , orig , fade |
show: 3D rotate from left
hide : 3D rotate to left |
rotate3dleft(50 , 0 , 10, short,c,true) |
rotate3dright |
x , y , z , dist , orig , fade |
show: 3D rotate from right
hide : 3D rotate to right |
rotate3dright(50 , 0 , 10, short,c,true) |
rotate3dtop |
x , y , z , dist , orig , fade |
show: 3D rotate from top
hide : 3D rotate to top |
rotate3dtop(50 , 0 , 10, short,c,true) |
rotate3dbottom |
x , y , z , dist , orig , fade |
show: 3D rotate from bottom
hide : 3D rotate to bottom |
rotate3dbottom(50 , 0 , 10, short,c,true) |