This repository was archived by the owner on Apr 14, 2020. It is now read-only.
Commit 9aa4945
committed
feat: introduces internal composable api
Refactors internals to enable a composable api for animations,
this also introduces two new animations "Reveal" and "FadeMove",
which are both used in "RevealMove" and "CrossFadeMove".1 parent 323abff commit 9aa4945
33 files changed
Lines changed: 1249 additions & 1005 deletions
File tree
- .vscode
- packages
- yubaba-common/src
- createMoveExamples
- yubaba
- src
- BabaManager
- Baba
- Collector
- animations
- CircleExpand
- CircleShrink
- ConcealMove
- CrossFadeMove
- FLIPMove
- FadeMove
- Move
- Noop
- RevealMove
- Reveal
- Swipe
- lib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
0 commit comments