diff --git a/src/components/refresher/refresher.scss b/src/components/refresher/refresher.scss index aab9103030..de2779b0b3 100644 --- a/src/components/refresher/refresher.scss +++ b/src/components/refresher/refresher.scss @@ -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); }