Skip to content

Commit

Permalink
Remove dependency on prototype.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstoc committed Dec 3, 2012
1 parent 4e60da7 commit 4c93935
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion demo_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
<circle cx="220px" cy="300px" r="20px"/>
</svg>

<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>

Expand Down
1 change: 0 additions & 1 deletion demos/house.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion test-change-playback-rate.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<div id="a" class="anim a"></div>


<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>

Expand Down
1 change: 0 additions & 1 deletion test-composite-transforms.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<div id="d" class="anim"></div>
</div>

<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>

Expand Down
1 change: 0 additions & 1 deletion test-compositor.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<rect class="anim" x="100px" y="10px" width="100px" height="100px"></rect>
<rect class="anim2" x="100px" y="10px" width="100px" height="100px"></rect>
</svg>
<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>
var rect = document.querySelector(".anim")
Expand Down
1 change: 0 additions & 1 deletion test-fill-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
<div id="h" class="anim"></div>
</div>

<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>

Expand Down
1 change: 0 additions & 1 deletion test-iteration-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
<div class="anim f"></div>
</div>

<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>

Expand Down
1 change: 0 additions & 1 deletion test-iterations-basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
<div class="anim c"></div>
</div>

<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>

Expand Down
1 change: 0 additions & 1 deletion test-iterations-fill-declarative.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,5 @@
<animation startDelay="1" duration="1" iterationCount="2" fill="both" prop="left" from="100px" to="200px" playbackRate="0.8" startTime="1" resolutionStrategy="selector: .d"></animation>
</par>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script src="web-animation-declarative.js"></script>
1 change: 0 additions & 1 deletion test-iterations-fill.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
<div class="anim d"></div>
</div>

<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>

Expand Down
1 change: 0 additions & 1 deletion test-keyframe-creation.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<div id="d" class="anim"></div>
</div>

<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>

Expand Down
1 change: 0 additions & 1 deletion test-pause.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<div id="d" class="anim b"></div>
</div>

<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>

Expand Down
1 change: 0 additions & 1 deletion test-playback-rate.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
<div class="anim g"></div>
</div>

<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>

Expand Down
1 change: 0 additions & 1 deletion test-seq-speed.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<div id="d" class="anim b"></div>
</div>

<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>

Expand Down
1 change: 0 additions & 1 deletion test-svg-anim.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<svg>
<rect class="anim" x="100px" y="10px" width="100px" height="100px"></rect>
</svg>
<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>
var rect = document.querySelector(".anim")
Expand Down
1 change: 0 additions & 1 deletion test-templating.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<div id="d" class="anim b"></div>
</div>

<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>

Expand Down
1 change: 0 additions & 1 deletion test-timing-functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<div id="d" class="anim"></div>
</div>

<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>

Expand Down
1 change: 0 additions & 1 deletion test-to-animation.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
<div id="d" class="anim"></div>
</div>

<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>

Expand Down
1 change: 0 additions & 1 deletion web-animation-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@



<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script src="web-animation.js"></script>
<script>

Expand Down

0 comments on commit 4c93935

Please sign in to comment.