aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 60bb727..fef40dd 100644
--- a/README.md
+++ b/README.md
@@ -140,15 +140,15 @@ rect.transform({
All available translations are:
```javascript
rect.transform({
- x: _[translation on x-axis]_,
- y: _[translation on y-axis]_,
- rotation: _[degrees]_,
- cx: _[x rotation point]_,
- cy: _[y rotation point]_,
- scaleX: _[scaling on x-axis]_,
- scaleX: _[scaling on y-axis]_,
- skewX: _[skewing on x-axis]_,
- skewY: _[skewing on y-axis]_
+ x: [translation on x-axis],
+ y: [translation on y-axis],
+ rotation: [degrees],
+ cx: [x rotation point],
+ cy: [y rotation point],
+ scaleX: [scaling on x-axis],
+ scaleX: [scaling on y-axis],
+ skewX: [skewing on x-axis],
+ skewY: [skewing on y-axis]
});
```