From ee7e6b5110067dab54a620dba1f4ec0736429b9b Mon Sep 17 00:00:00 2001 From: John Ralph Umandal Date: Thu, 22 Aug 2019 12:31:23 +0100 Subject: [PATCH] docs: fix animations reference links to api pages The automated links for state() and group() are currently going to the wrong api pages. Edit directs them to the correct animations api pages. --- aio/content/guide/animations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/animations.md b/aio/content/guide/animations.md index 9e68842642728..5b9af36c7da68 100644 --- a/aio/content/guide/animations.md +++ b/aio/content/guide/animations.md @@ -260,7 +260,7 @@ What it does -state() +state() Creates a named set of CSS styles that should be applied on successful transition to a given state. The state can then be referenced by name within other animation functions. @@ -280,7 +280,7 @@ What it does -group() +group() Specifies a group of animation steps (inner animations) to be run in parallel. Animation continues only after all inner animation steps have completed. Used within sequence() or transition().