1 dépôt
Organizes animated attributes into nested objects to keep state management clean and structured during transitions.
Distinct from Nested State Management: Distinct from Nested State Management: specifically organizes animated properties into namespaces, not general application state trees.
Explore 1 awesome GitHub repository matching data & databases · Animated State Namespaces. Refine with filters or upvote what's useful.
React Move is a declarative animation library for React that animates components by interpolating between start and end states with configurable timing and easing. It provides data-driven transitions for single elements, groups, lists, and SVG elements, supporting staggered timing, custom interpolation for non-numeric values like colors and paths, and drag-and-drop reordering of list items. The library distinguishes itself through its support for custom interpolation functions that replace default numeric interpolation, keyed array reconciliation for tracking items as they enter, update, or l
Organizes animated attributes into nested namespaces for cleaner state management during transitions.