From acc242fd6a3fc0dda18c01290263313e09d8269e Mon Sep 17 00:00:00 2001 From: Pawel Kowal Date: Sun, 25 Sep 2016 23:25:52 +0200 Subject: Tween reset/stop/resume/remove for all object properties at once --- doc/base/classes.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/base/classes.xml') diff --git a/doc/base/classes.xml b/doc/base/classes.xml index ab4610d4f7..ab0dc6cea6 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -43972,10 +43972,10 @@ - + - Stop animating and completely remove a tween, given its object and property/method pair. + Stop animating and completely remove a tween, given its object and property/method pair. Passing empty String as key will remove all tweens for given object. @@ -43990,10 +43990,10 @@ - + - Resets a tween to the initial value (the one given, not the one before the tween), given its object and property/method pair. + Resets a tween to the initial value (the one given, not the one before the tween), given its object and property/method pair. Passing empty String as key will reset all tweens for given object. @@ -44008,10 +44008,10 @@ - + - Continue animating a stopped tween, given its object and property/method pair. + Continue animating a stopped tween, given its object and property/method pair. Passing empty String as key will resume all tweens for given object. @@ -44070,10 +44070,10 @@ - + - Stop animating a tween, given its object and property/method pair. + Stop animating a tween, given its object and property/method pair. Passing empty String as key will stop all tweens for given object. -- cgit v1.2.3