All motion keywords
Flair
gradient-sweepGradient sweep
Animated gradient flows through text or a surface.
Gradienttap / hover to play
<motion.span
animate={{ backgroundPosition: ["0% 50%", "100% 50%"] }}
transition={{ duration: 3, repeat: Infinity, ease: "linear" }}
style={{
backgroundImage: "linear-gradient(90deg,#6C5CE7,#FF6B6B,#FFD93D,#6C5CE7)",
backgroundSize: "300% 100%",
WebkitBackgroundClip: "text",
WebkitTextFillColor: "transparent",
}}
>
Gradient
</motion.span>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 gradient-sweep and the recipe lands in your code.
Personality
Pairs naturally with the silk seed (smooth, elegant).
Related Flair moves
20+ named motion moves
All copy-paste, all in StyleSeed’s design engine. MIT.