Cross Reference: anim.html
xref
: /
yui3
/
src
/
anim
/
tests
/
anim.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
anim.html revision 72eb0f3cb59c40eae32275bde8b9f3e93e705021
0
N/A
<!
DOCTYPE
HTML
PUBLIC
"-//W3C//DTD HTML 4.01//EN" "
http://www.w3.org/TR/html4/strict.dtd
"
>
2362
N/A
<
html
>
0
N/A
<
head
>
0
N/A
<
title
>Anim Test Suite</
title
>
0
N/A
0
N/A
<
script
type=
"
text
/
javascript
"
src=
"/
build
/
yui
/
yui.js
"
></
script
>
2362
N/A
<
script
type=
"
text
/
javascript
"
src=
"
anim-core-test.js
"
></
script
>
0
N/A
<
script
type=
"
text
/
javascript
"
src=
"
anim-easing-test.js
"
></
script
>
2362
N/A
<
script
type=
"
text
/
javascript
"
>
0
N/A
YUI({
0
N/A
filter: (
window.location.search.match
(/[?&]filter=([^&]+)/) || [])[1] || 'min'
0
N/A
}).use('test-console', 'test', 'anim-core-test', 'anim-easing-test', function (Y) {
0
N/A
new
Y.Test.Console
().render();
0
N/A
Y.Test.Runner.run
();
0
N/A
});
0
N/A
</
script
>
0
N/A
<
style
>
0
N/A
.demo {
0
N/A
background: #ccc;
0
N/A
height: 200px;
2362
N/A
width: 200px;
2362
N/A
}
2362
N/A
</
style
>
0
N/A
0
N/A
</
head
>
0
N/A
<
body
class=
"yui3-skin-sam"
>
0
N/A
<
div
class=
"demo"
>
0
N/A
</
div
>
0
N/A
</
body
>
0
N/A
</
html
>
0
N/A