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% {
-transform-origin: left bottom;
-transform: rotate(-90deg);
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
}