Skip to content

Commit 6da4d89

Browse files
authored
Update README.md
1 parent 4d80b11 commit 6da4d89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ At this time, the library has the following animations
8989
4. Add the animation ID to the HTML element you would like to animate.
9090
5. Voila, the element is automatically animated.
9191

92-
9392
## Interactive Animations
9493

94+
JavaScript Web Animations API is used to create the experience for users to generate their preferred code combinations. This feature is made for users that want more granularity and control over their animations. This solution is implemented with plain JavaScript (no external libraries) so as to provide the best performance and a good starting point for developers to learn about creating interactive animation.
95+
- Minimum Requirement: Understand the basics of JS and programming in general. Knowledge of JS WAAPI is not required.
96+
- Reasons: No need to rely on DOM-heavy manipulation techniques.
9597

9698
## Contributing
9799

0 commit comments

Comments
 (0)