routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { Box } from './box.js';
|
||||
/** @see https://stackoverflow.com/a/57876601/2074736 */
|
||||
export declare function nullifyTransforms(el: HTMLElement): Box;
|
||||
export declare function animate(el: Element, keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation | {
|
||||
finished: Promise<void>;
|
||||
};
|
||||
Reference in New Issue
Block a user