Skip to content
This repository was archived by the owner on Oct 1, 2019. It is now read-only.

Commit 007983a

Browse files
committed
update animation example
1 parent 0363e01 commit 007983a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/animation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
return Velocity.animate(popup.getElement(), {
4242
opacity: [1, 0],
4343
scaleX: [1, 0],
44-
scaleY: [1, 0]
44+
rotateY: [0, -90]
4545
}, {
4646
duration: 350,
4747
visibility: 'visible'

0 commit comments

Comments
 (0)