UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

10 lines (8 loc) 144 B
class Feature { constructor(node) { this.isMounted = false; this.node = node; } update() { } } export { Feature };