Skip to content

Commit

Permalink
Fix width transition
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Aug 9, 2015
1 parent 6b44db7 commit aaa35a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/tabs/style.styl
Expand Up @@ -31,7 +31,9 @@
height : HEIGHT
width : 128px
background-color : PRIMARY
transition : left ANIMATION_DURATION ANIMATION_EASE
transition-property : left, width
transition-duration : ANIMATION_DURATION
transition-timing-function : ANIMATION_EASE

:local(.tab)
padding : (OFFSET / 2) OFFSET
Expand Down

0 comments on commit aaa35a3

Please sign in to comment.