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.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ It's all about **animation** 🧙✨ - it can help with:
12
12
13
13
-[Moving an element](https://yubabajs.com/move) from one position to another
14
14
-[Revealing elements](https://yubabajs.com/reveal-move) like you see above
15
-
-[Supporting animations](https://yubabajs.com/circle-expand) by obstructing elements in view; and
16
-
-[Hiding children elements](https://yubabajs.com/baba-manager) until animations have completed to trick users 🤫
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
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](https://yubabajs.com/cross-fade-move)
18
+
- Composing animations together to create composite animations, for example [CrossFadeMove](https://yubabajs.com/cross-fade-move)
19
19
-[Anything you can imagine](https://yubabajs.com/custom-animations), seriously 🤩
Copy file name to clipboardExpand all lines: packages/yubaba/src/__docs__/1-introduction/docs.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ It's all about **animation** 🧙✨ - it can help with:
20
20
21
21
-[Moving an element](/move) from one position to another
22
22
-[Revealing elements](/reveal-move) like you see above
23
-
-[Supporting animations](/circle-expand) by obstructing elements in view; and
24
-
-[Hiding children elements](/baba-manager) until animations have completed to trick users 🤫
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
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](/cross-fade-move)
26
+
- Composing animations together to create composite animations, for example [CrossFadeMove](/cross-fade-move)
27
27
-[Anything you can imagine](/custom-animations), seriously 🤩
0 commit comments