You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2020. It is now read-only.
[](https://yubabajs.com/advanced-usage)
9
8
10
-
## Why yubaba
9
+
## What is yubaba???
11
10
12
-
`yubaba` is as much of a _platform_ as it is an **orchestrator**.
13
-
It comes with prebuilt animations you can drop in and start using immediately,
14
-
such as [ConcealMove](https://yubabajs.com/conceal-move) and [RevealMove](https://yubabajs.com/reveal-move) which together can [create an awesome user experience](https://yubabajs.com/advanced-usage) seen above!
11
+
It's all about **animation** 🧙✨ - it can help with:
15
12
16
-
But even better you can create [_custom_ animations](https://yubabajs.com/custom-animations)!
17
-
Using the same internals the [prebuilt animations use](https://yubabajs.com/getting-started),
18
-
it comes with a first class customization experience for you to do,
19
-
well,
20
-
anything!
13
+
-[Moving an element](https://yubabajs.com/move) from one position to another
14
+
-[Revealing elements](https://yubabajs.com/focal-reveal-move) like you see above
15
+
-[Supporting animations](https://yubabajs.com/supporting-animations) by obstructing elements in view; and
16
+
-[Hiding children elements](https://yubabajs.com/advanced-usage#delay-showing-content-until-all-animations-have-finished) until animations have completed to trick users 🤫
17
+
-[Orchestrating](https://yubabajs.com/advanced-usage#wait-for-the-previous-animation-to-finish-before-starting-the-next) when animations should happen and [in what order](https://yubabajs.com/advanced-usage#controlling-in-what-order-animations-should-execute)
18
+
- Composing animations together to create composite animations, for example [CrossFadeMove](https://yubabajs.com/cross-fade-move)
19
+
-[Anything you can imagine](https://yubabajs.com/custom-animations), seriously 🤩
21
20
22
-
## [Docs](https://yubabajs.com)
21
+
## Installation
23
22
24
-
See the documentation at [yubabajs.com](https://yubabajs.com).
23
+
`yubaba` has a peer dependency on [emotion](https://emotion.sh/docs/introduction) for some of the more advanced animations.
`yubaba` is as much of a _platform_ as much as it is an **orchestrator**.
20
-
It can control when, where, and how to start animations and comes with prebuilt animations you can drop in and start using immediately,
21
-
such as [ConcealMove](/conceal-move) and [RevealMove](/reveal-move)!
19
+
It's all about **animation** 🧙✨ - it can help with:
22
20
23
-
Even better you can create _custom_ animations!
24
-
Using the same [internals](/collector) the [prebuilt animations use](https://github.com/madou/yubaba/tree/master/packages/yubaba/src/animations),
25
-
it comes with a first class customization experience for you to do,
26
-
well,
27
-
anything!
21
+
-[Moving an element](/move) from one position to another
22
+
-[Revealing elements](/focal-reveal-move) like you see above
23
+
-[Supporting animations](/supporting-animations) by obstructing elements in view; and
24
+
-[Hiding children elements](/advanced-usage#delay-showing-content-until-all-animations-have-finished) until animations have completed to trick users 🤫
25
+
-[Orchestrating](/advanced-usage#wait-for-the-previous-animation-to-finish-before-starting-the-next) when animations should happen and [in what order](/advanced-usage#controlling-in-what-order-animations-should-execute)
26
+
- Composing animations together to create composite animations, for example [CrossFadeMove](/cross-fade-move)
27
+
-[Anything you can imagine](/custom-animations), seriously 🤩
28
28
29
29
## Installation
30
30
31
31
`yubaba` has a peer dependency on [emotion](https://emotion.sh/docs/introduction) for some of the more advanced animations.
0 commit comments