viewModeTransition: { type: "tween"; ease: "easeInOut"; duration: number } = ...

Transition configuration for view mode changes.

Type declaration

  • type: "tween"
  • ease: "easeInOut"
  • duration: number
export const viewModeTransition = {
type: "tween" as const,
ease: "easeInOut" as const,
duration: 0.2,
};