Skip to content

Commit c1fb662

Browse files
committed
fix dead link
1 parent c5cf5ab commit c1fb662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/extras/animation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import AnimateWatcher from './demos/AnimateWatcher.vue'
77

88
# Animation Techniques
99

10-
Vue provides the [`<Transition>`](/guide/built-ins/transition.html) and [`<TransitionGroup>`](guide/built-ins/transition-group.html) components for handling enter / leave and list transitions. However, there are many other ways of using animations on the web, even in a Vue application. Here we will discuss a few additional techniques.
10+
Vue provides the [`<Transition>`](/guide/built-ins/transition.html) and [`<TransitionGroup>`](/guide/built-ins/transition-group.html) components for handling enter / leave and list transitions. However, there are many other ways of using animations on the web, even in a Vue application. Here we will discuss a few additional techniques.
1111

1212
## Class-based Animations
1313

0 commit comments

Comments
 (0)