mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(refresher): only animate transform property
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user