Easing Curve Visualizer

011
CSS
transition-timing-function: cubic-bezier(0.25, 0.10, 0.25, 1.00);
Framer Motion
<motion.div
  transition={{
    ease: [0.25, 0.10, 0.25, 1.00],
  }}
/>
Inspired byeasing.devandeasings.net