UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

11 lines (9 loc) 181 B
class Feature { constructor(node) { this.isMounted = false; this.node = node; } update() { } } export { Feature }; //# sourceMappingURL=Feature.mjs.map