fix(refresher): only animate transform property

This commit is contained in:
Job
2016-10-21 12:15:45 +02:00
committed by GitHub
parent 90f9b5c42f
commit 658c4d6672

View File

@@ -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);
}