All motion keywords
Revealpop-in

Pop in

Spring overshoot from zero — bouncy arrival.

tap / hover to play
<motion.div
  initial={{ scale: 0, opacity: 0 }}
  animate={{ scale: 1, opacity: 1 }}
  transition={{ type: "spring", stiffness: 500, damping: 16 }}
/>

How to use it

Copy-paste

Grab the code above and drop it onto any motion.* element.

Or name it

In Claude Code / Cursor, run /ss-motion pop-in and the recipe lands in your code.

Personality

Pairs naturally with the spring seed (bouncy, energetic).

Related Reveal moves

20+ named motion moves
All copy-paste, all in StyleSeed’s design engine. MIT.