Emoji Trail Effect
Leave a trail of rotating emojis as you move your cursor
Live Demo
Customize the emoji trail and see it in action!
🖱️
Click "Start Effect" to begin
Implementation Code
Copy this code to add emoji trail to your website
<script src="https://www.cursormotion.com/cursor-motion.min.js"></script>
<script>
const cursor = new CursorMotion({
movementEffect: 'emoji',
emojiOptions: {
emoji: '⭐',
size: 16,
count: 1,
trailLength: 30
}
});
cursor.init();
</script>Emoji Trail Features
- ✓Rotating Emojis: Each emoji rotates as it moves for dynamic effect
- ✓Customizable Count: Control how many emojis appear per movement (1-15)
- ✓Any Emoji: Use any emoji character you want
- ✓Size Control: Adjust emoji size from 12px to 48px
- ✓Fade Out: Emojis gradually fade as their life runs out
- ✓Random Velocity: Each emoji moves in a slightly different direction
Perfect For
🎉 Event Pages
Add celebration and excitement to party or event websites
👶 Kids' Sites
Create a playful, engaging experience for children
💝 Holiday Themes
Use seasonal emojis like snowflakes, hearts, or pumpkins
🎨 Creative Projects
Express personality with custom emoji trails