Skip to content

Commit

Permalink
scss(nav-title-slide-ios7): no back button animation on no-animation
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Apr 3, 2014
1 parent ad67184 commit 6b5083b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ $ios7-transition-duration: 250ms;
*/
$nav-title-slide-ios7-delay: 250ms;
.nav-title-slide-ios7 {
.button.back-button {
&:not(.no-animation) .button.back-button {
@include transition(all $nav-title-slide-ios7-delay);
@include transition-timing-function($ios7-timing-function);

Expand Down

0 comments on commit 6b5083b

Please sign in to comment.