mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
fix(transition): wrong easing
This commit is contained in:
@ -87,7 +87,7 @@ export class LoadingWpPopIn extends Transition {
|
||||
backdrop.fromTo('opacity', 0.01, 0.16);
|
||||
|
||||
this
|
||||
.easing('cubic-bezier(0,0 0.05,1)')
|
||||
.easing('cubic-bezier(0,0,0.05,1)')
|
||||
.duration(200)
|
||||
.add(backdrop)
|
||||
.add(wrapper);
|
||||
|
Reference in New Issue
Block a user