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
-Create a [custom](#custom)`@keyframe`animation with the imported custom properties.
36
+
-It's just the custom props. Build [custom](#custom)`@keyframe`animations with them.
35
37
36
38
> Custom properties ship with each `.min.css` as well
37
39
@@ -52,6 +54,8 @@ After `transition.css` has been added to your project, add an attribute to an el
52
54
53
55
> if nothing is happening when using the attributes, it's likely `transition.css` has not loaded
54
56
57
+
Transition.css is very similar to [animate.css](https://animate.style). The docs they've made are excellent and show many examples of advanced usage of libraries like this. You'll notice `transition.css` is very inspired by `animate.css`.
58
+
55
59
<br><br>
56
60
57
61
#### Custom
@@ -85,8 +89,6 @@ Then, in the HTML:
85
89
86
90
> The only rule is that you must transition from the same type of shapes
87
91
88
-
<br><br>
89
-
90
92
#### Play
91
93
Play and experiment with [this Codepen](https://codepen.io/argyleink/pen/RwrzGJb)
0 commit comments