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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This presentation covers a variety of animation techniques in VueJS that will ta
10
10
11
11
👀 Animating with watchers: use watchers to trigger animations based on changes in data properties.
12
12
13
-
🎬 The <Transition> Component: use Vue.js built-in <transition> component to apply enter/leave transition effects to an element when it is inserted/removed from the DOM.
13
+
🎬 The Transition Component: use Vue.js built-in <transition> component to apply enter/leave transition effects to an element when it is inserted/removed from the DOM.
14
14
15
15
👥 TransitionGroup: use the Vue.js <transition-group> component to animate a list of items as they are added, removed or moved around on the page.
0 commit comments