Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 7195de0

Browse files
authored
Merge pull request #1478 from NativeScript/etabakov/fix-animation-article
fix: messed up article #1466
2 parents 8908ab8 + 8240250 commit 7195de0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ui/animation-examples.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,9 @@ animationSet.play().catch((e) => {
373373
```
374374

375375
## Rotation using originX and originY
376+
__Example 5: Rotating a view around its center. Center of view is changed via `originX` and `originY` properties.__
376377

377-
git bran
378-
__Example 5: Rotating a view around its center. Center of viww is changed via `originX` and `originY` properties.__
378+
![rotation_origin_x_y](./img/modules/animation/rotation_origin_x_y.gif "Rotation originX / originY")
379379

380380
``` JavaScript
381381
const view = page.getViewById("myView");
Loading

0 commit comments

Comments
 (0)