Skip to content

Commit 2f6c64c

Browse files
committed
Improve animate demo
1 parent 9380ac0 commit 2f6c64c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/animations/animate-js.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
<div ng-class="location" class="movable" animate="true">
3535
this box is moody {{ location }}
3636
</div>
37-
<div ng-class="location" class="movable" data-animate="true">
38-
this box is moody {{ location }}
39-
</div>
4037
<button ng-click="location='0'">Change to red</button>
4138
<button ng-click="location='150'">Change to blue</button>
4239
<button ng-click="location='300'">Change to green</button>

0 commit comments

Comments
 (0)