Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 977 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 977 Bytes

Easy Easings | linear() easing generator & @keyframes editor | Make non-cubic-bezier easings in CSS

Netlify Status Cypress status

Make custom non-cubic-bezier easing functions using the linear() easing function or @keyframes and animations.

Use it here: https://easyeasings.mauri.app/

preview

Development

# Install dependencies
npm run i

# Run the app in develop mode
npm run dev

# Run the tests
npm run test:unit

# Run your end-to-end tests
npm run test:e2e

# Build the app
npm run build