Cross Reference: easing-source.mustache
xref
: /
yui3
/
src
/
anim
/
docs
/
partials
/
easing-source.mustache
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
easing-source.mustache revision 3883a992e58e3629e15903ab299e20fce8483e2c
1
N/A
{{>easing-source-html}}
1
N/A
1
N/A
<script type="
text/javascript
">
1
N/A
YUI().use('anim', function(Y) {
1
N/A
var anim = new
Y.Anim
({
1
N/A
node: '#demo .yui3-bd',
1
N/A
to: { height: 1 },
1
N/A
easing: 'backIn'
1
N/A
});
1
N/A
1
N/A
var onClick = function(e) {
1
N/A
e.preventDefault
();
1
N/A
anim.run
();
1
N/A
};
1
N/A
Y.one
('#demo .yui3-toggle').on('click', onClick);
1
N/A
1
N/A
});
1
N/A
1
N/A
</script>
1
N/A