Cross Reference: yui-multi-anim.mustache
xref
: /
yui3
/
src
/
yui
/
docs
/
partials
/
yui-multi-anim.mustache
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
YUI().use('anim', function(Y) {
var anim = new
Y.Anim
({
node: '#demo',
to: {
height: 50,
width: 150
},
from: {
height: 100,
width: 100
},
direction: 'alternate',
iterations: 30,
duration: .5
});
anim.run
();
});