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

Commit 8240250

Browse files
committed
Rotation originX/originY GIF sample
1 parent 3ef4b7b commit 8240250

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/ui/animation-examples.md

+2
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,8 @@ animationSet.play().catch((e) => {
375375
## Rotation using originX and originY
376376
__Example 5: Rotating a view around its center. Center of view is changed via `originX` and `originY` properties.__
377377

378+
![rotation_origin_x_y](./img/modules/animation/rotation_origin_x_y.gif "Rotation originX / originY")
379+
378380
``` JavaScript
379381
const view = page.getViewById("myView");
380382

Loading

0 commit comments

Comments
 (0)