You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fix[RollupConfig]: config-file fixed
- fix[Seek]: not works best, but works at least
- compatibility[UI]: making it better compatibility for better
- fix[stop]: stop method fix
- feat[Easing]: stepped easing added
- format[Code]: code formatting fix
- break[Timeline]: now `elapsed()` is `progress()`
- and some fixes, improvements and patches...
*[.fromTo(node, object, to, params)](#Tween.fromTo)
720
720
*[.to(node, to, params)](#Tween.to)
@@ -740,10 +740,15 @@ tween.isStarted() // returns `true` if tween in started
740
740
```
741
741
<aname="Tween+reverse"></a>
742
742
743
-
### tween.reverse()
743
+
### tween.reverse([state])
744
744
Reverses the tween state/direction
745
745
746
746
**Kind**: instance method of [<code>Tween</code>](#Tween)
747
+
748
+
| Param | Type | Description |
749
+
| --- | --- | --- |
750
+
|[state]| <code>boolean</code> | Set state of current reverse |
751
+
747
752
**Example**
748
753
```js
749
754
tween.reverse()
@@ -848,7 +853,7 @@ Start the tweening
848
853
849
854
| Param | Type | Description |
850
855
| --- | --- | --- |
851
-
| time | <code>number</code> |setting manual time instead of Current browser timestamp |
856
+
| time | <code>number</code> \| <code>string</code> |setting manual time instead of Current browser timestamp or like `+1000` relative to current timestamp |
0 commit comments