use-instant-transition-state.mjs 90 B

12345
  1. const instantAnimationState = {
  2. current: false,
  3. };
  4. export { instantAnimationState };