https://github.com/lnardon/bzir
Website to easily create cubic-bezier easing curves for animations
https://github.com/lnardon/bzir
animations css cubic-bezier easing reactjs tailwindcss
Last synced: 27 days ago
JSON representation
Website to easily create cubic-bezier easing curves for animations
- Host: GitHub
- URL: https://github.com/lnardon/bzir
- Owner: lnardon
- Created: 2024-01-01T10:20:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T01:14:56.000Z (about 1 year ago)
- Last Synced: 2025-06-16T06:47:29.491Z (12 months ago)
- Topics: animations, css, cubic-bezier, easing, reactjs, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bzir
Website to easily create cubic-bezier easing curves for animations

### Build from source
1. Build the docker container
```
docker build -t lnardon/bzir .
```
2. Run the container and access it on http://localhost:9898
```
docker run -d -p 9898:80 lnardon/bzir
```
#### What was used
- React.js
- Typescript
- Vite
- Tailwindcss
- Lucide React Icons
- Animated Text Letters (npm)