From 9456b312ed70e13e99568966fc7f69f090cb9234 Mon Sep 17 00:00:00 2001 From: Ansat Date: Sun, 28 Jul 2024 09:24:55 +0100 Subject: [PATCH] fix: updated enter-and-exit-animations tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c462f3a..99c1bd2 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ module.exports = { - [Changing animation play state](#changing-animation-play-state) - [Changing animation timing function](#changing-animation-timing-function) - [Prefers-reduced-motion](#prefers-reduced-motion) -- [Enter & Exit Animations](#enter-and-exit-animations) +- [Enter & Exit Animations](#enter--exit-animations) - [Adding enter animations](#adding-enter-animations) - [Adding exit animations](#adding-exit-animations) - [Changing enter animation starting opacity](#changing-enter-animation-starting-opacity)