chore(animations): remove deprecated methods (#20041)

This commit is contained in:
Liam DeBeasi
2019-12-05 09:29:38 -05:00
committed by GitHub
parent 66e6dfbe44
commit 656c356343
2 changed files with 0 additions and 17 deletions

View File

@ -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,