ViewAnimationEventMap
interface ViewAnimationEventMap {
animationcancel: { target: ViewAnimation; type: string };
animationend: { target: ViewAnimation; type: string };
animationiterations: { target: ViewAnimation; type: string };
animationstart: { target: ViewAnimation; type: string };
}
animationcancel: { target: ViewAnimation; type: string };
animationend: { target: ViewAnimation; type: string };
animationiterations: { target: ViewAnimation; type: string };
animationstart: { target: ViewAnimation; type: string };
}
ViewAnimation 支持的事件名与事件对象类型映射