fix rotateOutUpLeft.css

two too many -
:)
This commit is contained in:
tomByrer 2013-11-24 21:02:24 -07:00
parent 3829778001
commit 35d920dfc0
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@
} }
100% { 100% {
-transform-origin: left bottom; transform-origin: left bottom;
-transform: rotate(-90deg); transform: rotate(-90deg);
opacity: 0; opacity: 0;
} }
} }
.rotateOutUpLeft { .rotateOutUpLeft {
animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft;
} }