UNPKG

motion

Version:

The Motion library for the web

9 lines (8 loc) 215 B
interface FeatureTests { cssRegisterProperty: () => boolean; waapi: () => boolean; partialKeyframes: () => boolean; finished: () => boolean; } export declare const supports: FeatureTests; export {};