1
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import type { MotionName } from '../CSSMotion';
|
||||
export declare function getVendorPrefixes(domSupport: boolean, win: object): {
|
||||
animationend: Record<string, string>;
|
||||
transitionend: Record<string, string>;
|
||||
};
|
||||
export declare function getVendorPrefixedEventName(eventName: string): any;
|
||||
export declare const supportTransition: boolean;
|
||||
export declare const animationEndName: any;
|
||||
export declare const transitionEndName: any;
|
||||
export declare function getTransitionName(transitionName: MotionName, transitionType: string): any;
|
||||
Reference in New Issue
Block a user