Motion Preview for Raycast
Motion Preview is a Raycast extension that allows you to quickly preview modern animation formats. It supports both Lottie (JSON and dotLottie) and Rive file formats.
Features
- Preview Lottie animations (JSON and dotLottie)
- Preview Rive animations
- Validates Lottie JSON files
- Supports Rive State Machines.
Installation
The easiest way to install this extension is using the Raycast Store. Alternatively, you can clone this repository and manually install the extension by following these steps.
- Clone this repo
git clone https://github.com/ayarse/raycast-motion-preview
- Go to the folder
cd raycast-motion-preview
- Install dependencies
npm install
- Go to Raycast, run the
Import Extension
command and select the cloned repo folder.
Usage
- Select a Lottie JSON, dotLottie, or Rive animation file in Finder.
- Go to Raycast and run the "Preview Animation" command.
- Click anywhere or press
Esc
to close the preview.
Support
For any issues or feature requests, please open an issue on the GitHub repository.
License
This project is licensed under the MIT License.