From e188c9703cc81f12dae1e44cdc63f37013e2f7ae 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 (#32267) The automated links for state() and group() are currently going to the wrong api pages. Edit directs them to the correct animations api pages. PR Close #32267 --- 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 9e68842642..5b9af36c7d 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().