From 14e45a55d4132a268a4fd4d75bdea08a5269cc3d Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Tue, 18 Oct 2016 21:43:46 +0200 Subject: Revert "Tween reset/stop/resume/remove for all object properties at once" This reverts commit 6fc894d65264e37f6c0772f3789bcec52c7bbe3a. It caused a regression, cf. #6863. --- 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 08f72f21f..dd4743670 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -43252,10 +43252,10 @@ - + - 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. + Stop animating and completely remove a tween, given its object and property/method pair. @@ -43270,10 +43270,10 @@ - + - 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. + Resets a tween to the initial value (the one given, not the one before the tween), given its object and property/method pair. @@ -43288,10 +43288,10 @@ - + - Continue animating a stopped tween, given its object and property/method pair. Passing empty String as key will resume all tweens for given object. + Continue animating a stopped tween, given its object and property/method pair. @@ -43350,10 +43350,10 @@ - + - Stop animating a tween, given its object and property/method pair. Passing empty String as key will stop all tweens for given object. + Stop animating a tween, given its object and property/method pair. -- cgit v1.2.3-70-g09d2