An open API service indexing awesome lists of open source software.

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

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)