Skip to content

Commit 228a230

Browse files
authored
Merge pull request #97 from PengJiyuan/master
Improved README
2 parents 8a94f08 + e1d4dd8 commit 228a230

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ createjs.Tween.get(target, {loop:true, useTicks:true, css:true, ignoreGlobalPaus
4040
```
4141

4242
All configuration properties default to false. The properties are:
43-
loop - indicates whether the tween should loop when it reaches the end
44-
useTicks - the tween will use ticks for duration instead of milliseconds
45-
css - enables css mapping for some css properties
46-
ignoreGlobalPause - the tween will continue ticking even when Ticker is paused.
43+
44+
* **loop** - indicates whether the tween should loop when it reaches the end
45+
* **useTicks** - the tween will use ticks for duration instead of milliseconds
46+
* **css** - enables css mapping for some css properties
47+
* **ignoreGlobalPause** - the tween will continue ticking even when Ticker is paused.
4748

4849
When using Tween.get, you can also specify true as the third parameter to override any active tweens on the target.
4950

0 commit comments

Comments
 (0)