removing old version of yui
This commit is contained in:
parent
d1d368dcd1
commit
4fd23d094f
766 changed files with 0 additions and 262230 deletions
|
|
@ -1,30 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Animation Example - Easing</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/demo.css">
|
||||
|
||||
<script type="text/javascript" src="../../build/yahoo/yahoo.js"></script>
|
||||
<script type="text/javascript" src="../../build/event/event.js"></script>
|
||||
<script type="text/javascript" src="../../build/dom/dom.js"></script>
|
||||
<script type="text/javascript" src="../../build/animation/animation.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
YAHOO.example.init = function() {
|
||||
var anim = new YAHOO.util.Anim('demo', { width: {to: 500} }, 1, YAHOO.util.Easing.bounceOut);
|
||||
YAHOO.util.Event.on(document, 'click', anim.animate, anim, true);
|
||||
};
|
||||
|
||||
YAHOO.util.Event.onAvailable('demo', YAHOO.example.init);
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body id="animation-demo-easing">
|
||||
<div id="doc">
|
||||
<h1>Animation Example - Easing</h1>
|
||||
<p>This example demonstrates how to animate an element's width to a given value with a "bounceOut" easing.</p>
|
||||
<p>Click anywhere to start animation.</p>
|
||||
<div id="demo"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue