Use CSS transition for arrow rotation

This commit is contained in:
fkloft
2013-12-23 21:16:34 +01:00
parent 2823450857
commit 51064a29c4
2 changed files with 26 additions and 6 deletions

View File

@ -5,8 +5,11 @@
.user-location .container {
height: 32px;
width: 32px;
transform-origin: center;
transform-origin: center;
-webkit-transform-origin: center;
transition: all 200ms linear;
-moz-transition: all 200ms linear;
-webkit-transition: all 200ms linear;
}
.user-location .container .inner,