mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
chore(animations): remove deprecated methods (#20041)
This commit is contained in:
@ -750,16 +750,6 @@ export const createAnimation = (animationId?: string): Animation => {
|
||||
return ani;
|
||||
};
|
||||
|
||||
const playAsync = () => {
|
||||
return play();
|
||||
};
|
||||
|
||||
const playSync = () => {
|
||||
play({ sync: true });
|
||||
|
||||
return ani;
|
||||
};
|
||||
|
||||
const onAnimationEndFallback = () => {
|
||||
cssAnimationsTimerFallback = undefined;
|
||||
animationFinish();
|
||||
@ -941,8 +931,6 @@ export const createAnimation = (animationId?: string): Animation => {
|
||||
fromTo,
|
||||
parent,
|
||||
play,
|
||||
playAsync,
|
||||
playSync,
|
||||
pause,
|
||||
stop,
|
||||
destroy,
|
||||
|
Reference in New Issue
Block a user