mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
chore(): update to ionic-rules/strict
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
import { Animation } from '../../../interface';
|
||||
|
||||
|
||||
/**
|
||||
* iOS Loading Enter Animation
|
||||
*/
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
import { Animation } from '../../../interface';
|
||||
|
||||
|
||||
/**
|
||||
* iOS Loading Leave Animation
|
||||
*/
|
||||
@ -18,7 +17,6 @@ export function iosLeaveAnimation(AnimationC: Animation, baseEl: HTMLElement): P
|
||||
wrapperAnimation.fromTo('opacity', 0.99, 0)
|
||||
.fromTo('scale', 1, 0.9);
|
||||
|
||||
|
||||
return Promise.resolve(baseAnimation
|
||||
.addElement(baseEl)
|
||||
.easing('ease-in-out')
|
||||
|
||||
Reference in New Issue
Block a user