Skip to content

Commit 72f782c

Browse files
authored
Update README.md
1 parent 304118c commit 72f782c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This presentation covers a variety of animation techniques in VueJS that will ta
1010

1111
👀 Animating with watchers: use watchers to trigger animations based on changes in data properties.
1212

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.
1414

1515
👥 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.
1616

0 commit comments

Comments
 (0)