Make custom non-cubic-bezier
easing functions using the linear()
easing function or @keyframes
and animations.
Use it here: https://easyeasings.mauri.app/
# 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