Skip to content

Commit 95ef847

Browse files
mihir0x69hramos
authored andcommitted
Fix link to LayoutAnimation (#91)
1 parent fba90d3 commit 95ef847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/animations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Animations
55

66
Animations are very important to create a great user experience. Stationary objects must overcome inertia as they start moving. Objects in motion have momentum and rarely come to a stop immediately. Animations allow you to convey physically believable motion in your interface.
77

8-
React Native provides two complementary animation systems: [`Animated`](animations.md#animated-api) for granular and interactive control of specific values, and [`LayoutAnimation`](animations.md#layoutanimation) for animated global layout transactions.
8+
React Native provides two complementary animation systems: [`Animated`](animations.md#animated-api) for granular and interactive control of specific values, and [`LayoutAnimation`](animations.md#layoutanimation-api) for animated global layout transactions.
99

1010
## `Animated` API
1111

0 commit comments

Comments
 (0)