IMPORTANT: This is a work in progress and subject to major changes until version 1.0.
💫 This is a lightweight collection of React animations created by Abraham Ukachi, and optimized for Next.js applications 😎.
npm i ab-nextjs-animationspnpm install ab-nextjs-animationsA list of all the supported tailwind animations and their current status:
| No. | Name | File | Status |
|---|---|---|---|
| 1 | popIn |
pop-in/index.ts | Done |
| 2 | fadeIn |
fade-in/index.ts | Done |
| 3 | fadeOut |
fade-out/index.ts | Done |
| 4 | slideFromDown |
slide-from-down/index.ts | Done |
| 5 | slideFromUp |
slide-from-up/index.ts | Done |
| 6 | slideLeft |
slide-left/index.ts | Done |
| 7 | slideFromLeft |
slide-from-left/index.ts | Done |
| 8 | slideRight |
slide-right/index.ts | Done |
| 9 | slideFromRight |
slide-from-right/index.ts | Done |
| 10 | slideDown |
slide-down/index.ts | Done |
| 11 | slideUp |
slide-up/index.ts | Done |
| 12 | loop |
loop/index.ts | Done |
NOTE:
A list of all the supported css animations and their current status:
| No. | Name | File | Status |
|---|---|---|---|
| 1 | popIn |
pop-in/styles.css | Done |
| 2 | fadeIn |
fade-in/styles.css | Done |
| 3 | fadeOut |
fade-out/styles.css | Done |
| 4 | slideFromDown |
slide-from-down/styles.css | Done |
| 5 | slideFromUp |
slide-from-up/styles.css | Done |
| 6 | slideLeft |
slide-left/styles.css | Done |
| 7 | slideFromLeft |
slide-from-left/styles.css | Done |
| 8 | slideRight |
slide-right/styles.css | Done |
| 9 | slideFromRight |
slide-from-right/styles.css | Done |
| 10 | slideDown |
slide-down/styles.css | Done |
| 11 | slideUp |
slide-up/styles.css | Done |
| 12 | loop |
loop/styles.css | Done |
NOTE:
- Optimize all
.tsanimation files - Optimize all
.cssanimation files - Update
README.mdof all animations
To learn more about abElements, take a look at the following resources:
- abElements Documentation - learn about
abElementsfeatures and API. - abElements Animations - learn about animations in
abElements. - abElements Core - learn about core in
abElements. - abElements Theme - learn about theme in
abElements. - abElements Icons - learn about icons in
abElements. - abElements Components - learn about components in
abElements. - abElements Fonts - learn about fonts in
abElements. - abElements Hooks - learn about hooks in
abElements.
You can check out the abElements GitHub repository for more details.
This ab-nextjs-animations project is MIT Licensed ;)