https://github.com/stefanwittwer/remotion-animated
🌟 A delightful way to animate objects in Remotion.
https://github.com/stefanwittwer/remotion-animated
animation react remotion typescript
Last synced: about 1 year ago
JSON representation
🌟 A delightful way to animate objects in Remotion.
- Host: GitHub
- URL: https://github.com/stefanwittwer/remotion-animated
- Owner: stefanwittwer
- License: mit
- Created: 2022-08-05T23:14:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T21:54:23.000Z (over 1 year ago)
- Last Synced: 2025-05-14T14:21:32.783Z (about 1 year ago)
- Topics: animation, react, remotion, typescript
- Language: TypeScript
- Homepage: https://www.remotion-animated.dev
- Size: 754 KB
- Stars: 145
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Remotion Animated
A delightful, declarative way to animate objects in Remotion.
## What is Remotion Animated?
Remotion Animated lets you **declaratively specify animations** in Remotion. It simplifies and speeds up the creation of simple animations in your Remotion projects, by:
- Moving the animation logic fully into the JSX, using the `` component;
- Providing defaults that make animations look great out-of-the-box;
- Making it easy to chain multiple timed animations.
## Documentation and Examples
See the [documentation and examples](https://www.remotion-animated.dev/) for this package on the package website.
## Installation
To get started with this package in your Remotion project, install `remotion-animated` using the package manager of your choice:
**Install using npm**
```
npm i remotion-animated
```
**Install using yarn**
```
yarn add remotion-animated
```
**Install using pnpm**
```
pnpm i remotion-animated
```
**Install using bun**
```
bun add remotion-animated
```
## License
This package and its source code is available under the MIT license. [Read the full license terms here.](https://github.com/stefanwittwer/remotion-animated/blob/main/LICENSE.md)