From bdbb83126124bddb572f278a1ef532114f920636 Mon Sep 17 00:00:00 2001 From: CowThing Date: Mon, 2 May 2016 12:16:59 -0400 Subject: [PATCH] Finished AnimationPlayer Documentation (cherry picked from commit abf5f8c586239d1fe6924e218b55182e9cb99e77) --- doc/base/classes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 721409d67ac..913b8623def 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -2733,12 +2733,14 @@ + Play a given animation by the animation name in reverse. + Stop the currently playing animation. @@ -2898,6 +2900,7 @@ + Used to skip ahead or skip back in an animation. Delta is the time in seconds to skip.