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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@
12
12
13
13
It's all about ✨**animation over state transitions** ✨it can help with:
14
14
15
+
- 📴 Enabling animations to be possible between disconnected leaf nodes in the React tree
15
16
- 🚚 [Moving an element](https://yubabajs.com/move) from one location to another
16
17
- 💨 [Revealing elements](https://yubabajs.com/focal-reveal-move) inside another element
17
-
- 📴 Enabling animations to be possible between disconnected leaf nodes in the React tree
18
18
- 👓 [Supporting animations](https://yubabajs.com/supporting-animations) by obstructing elements in view
19
19
- 🤫 [Hiding children elements](https://yubabajs.com/advanced-usage#delay-showing-content-until-all-animations-have-finished) until animations have completed to trick users
20
20
- 🔢 [Orchestrating](https://yubabajs.com/advanced-usage#wait-for-the-previous-animation-to-finish-before-starting-the-next) when animations should start and [in what order](https://yubabajs.com/advanced-usage#controlling-in-what-order-animations-should-execute)
Copy file name to clipboardExpand all lines: packages/yubaba/src/__docs__/1-introduction/docs.mdx
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ import * as Styled from './styled';
19
19
20
20
It's all about **animation** 🧙✨ - it can help with:
21
21
22
+
- 📴 Enabling animations to be possible between disconnected leaf nodes in the React tree
22
23
- 🚚 [Moving an element](/move) from one location to another
23
24
- 💨 [Revealing elements](/focal-reveal-move) inside another element
24
-
- 📴 Enabling animations to be possible between disconnected leaf nodes in the React tree
25
25
- 👓 [Supporting animations](/supporting-animations) by obstructing elements in view
26
26
- 🤫 [Hiding children elements](/advanced-usage#delay-showing-content-until-all-animations-have-finished) until animations have completed to trick users
27
27
- 🔢 [Orchestrating](/advanced-usage#wait-for-the-previous-animation-to-finish-before-starting-the-next) when animations should start and [in what order](/advanced-usage#controlling-in-what-order-animations-should-execute)
> **Tip -**[React Spring](https://www.react-spring.io/) can also be used for similar results using its imperative [Manual API](https://www.react-spring.io/docs/props/gotchas#manual-api).
0 commit comments