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

fix: messed up article #1466 #1478

Merged
merged 2 commits into from
Dec 18, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/ui/animation-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,7 @@ animationSet.play().catch((e) => {
```

## Rotation using originX and originY

git bran
__Example 5: Rotating a view around its center. Center of viww is changed via `originX` and `originY` properties.__
__Example 5: Rotating a view around its center. Center of view is changed via `originX` and `originY` properties.__

``` JavaScript
const view = page.getViewById("myView");
Expand Down