You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,9 +89,11 @@ At this time, the library has the following animations
89
89
4. Add the animation ID to the HTML element you would like to animate.
90
90
5. Voila, the element is automatically animated.
91
91
92
-
93
92
## Interactive Animations
94
93
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.
0 commit comments