Skip to content

Commit

Permalink
fix(refresher): only animate transform property
Browse files Browse the repository at this point in the history
  • Loading branch information
Manduro authored Oct 21, 2016
1 parent 90f9b5c commit 658c4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/refresher/refresher.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ion-refresher {
margin-top: -1px;

border-top: 1px solid $refresher-border-color;
transition: all 320ms cubic-bezier(.36, .66, .04, 1);
transition: transform 320ms cubic-bezier(.36, .66, .04, 1);
}


Expand Down

0 comments on commit 658c4d6

Please sign in to comment.