tram
Version:
Cross-browser CSS3 transitions in JavaScript
41 lines (40 loc) • 1.03 kB
HTML
<html>
<head>
<title>tram.js tests</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="../node_modules/sink-test/src/sink.css">
<style type="text/css">
body {
padding: 0 20px;
width: auto;
max-width: 650px;
}
ol > li {
background: #f5f5f5;
}
#fixtures {
position: absolute;
top: -999px;
}
#test {
left: 5px;
top: 5px;
position: relative;
}
</style>
</head>
<body>
<h1>tram.js tests</h1>
<div id="fixtures">
<div id="test"></div>
<div id="victim"></div>
</div>
<ol id="tests"></ol>
<script src="../node_modules/sink-test/src/sink.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../node_modules/jquery/dist/jquery.min.js"><\/script>')</script>
<script src="../dist/tram.js"></script>
<script src="suite.js"></script>
</body>
</html>