A Figma plugin that creates continuous animation transitions between selected frames.
- Creates one continuous animation transition between selected frames
- Overwrites existing transitions between frames
- Ignores non-frame objects (Groups, etc.)
- Supports both vertical-first and horizontal-first transition priorities
- Dark mode and light mode support
- Trigger: Next Page (→, ↓, Enter), Previous Page (←, ↑)
- Action: Navigate to
- Animation: Smart Animate
- Curve: Ease In and Out
- Duration: 300ms
- Select 2 or more frames in Figma
- Select direction priority (Vertical or Horizontal)
- Click "Create Animation" button
code.ts- Main logic (TypeScript)code.js- Compiled JavaScript (auto-generated)manifest.json- Plugin configuration filepackage.json- Dependencies configurationtsconfig.json- TypeScript configurationui.html- Plugin user interface
- Install dependencies:
npm install- Compile TypeScript:
npm run buildOr for development with auto-compilation:
npm run watch