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
The argument passed to the **createCssTransition** function will be the name of the transition that you can hook into your style. This is an example of what `my-transition` looks like:
@@ -137,13 +137,13 @@ The argument passed to the **createCssTransition** function will be the name of
137
137
138
138
You can now use this custom transition in a few different ways.
139
139
140
-
####As a component
140
+
### As a component
141
141
142
142
The **createCssTransition** function will return a component that you can use in your template.
0 commit comments