|
1 | 1 | import { Meta } from '@storybook/addon-docs/blocks' |
2 | 2 | import Colors from '../components/Colors' |
| 3 | +import { ShowcaseAnimations } from "./ShowcaseAnimations/" |
3 | 4 |
|
4 | 5 | <Meta title="Guides/Animations" /> |
5 | 6 |
|
@@ -47,30 +48,30 @@ const MyComponent = () => <div className="fadeIn" style={{ animationDuration: "3 |
47 | 48 |
|
48 | 49 |
|
49 | 50 | ## List |
50 | | -- bounce |
51 | | -- fadeIn |
52 | | -- fadeOut |
53 | | -- flash |
54 | | -- ping |
55 | | -- pulse |
56 | | -- quickScaleDown |
57 | | -- scaleBack |
58 | | -- scaleDown |
59 | | -- scaleForward |
60 | | -- scaleUp |
61 | | -- sketchIn |
62 | | -- sketchOut |
63 | | -- slideDownLarge |
64 | | -- slideFromBottom |
65 | | -- slideFromLeft |
66 | | -- slideFromRight |
67 | | -- slideFromTop |
68 | | -- slideToBottom |
69 | | -- slideToLeft |
70 | | -- slideToRight |
71 | | -- slideToTop |
72 | | -- slideUpLarge |
73 | | -- unfoldIn |
74 | | -- unfoldOut |
75 | | -- zoomIn |
76 | | -- zoomOut |
| 51 | +- <ShowcaseAnimations animation="bounce"/> |
| 52 | +- <ShowcaseAnimations animation="fadeIn"/> |
| 53 | +- <ShowcaseAnimations animation="fadeOut"/> |
| 54 | +- <ShowcaseAnimations animation="flash"/> |
| 55 | +- <ShowcaseAnimations animation="ping"/> |
| 56 | +- <ShowcaseAnimations animation="pulse"/> |
| 57 | +- <ShowcaseAnimations animation="quickScaleDown"/> |
| 58 | +- <ShowcaseAnimations animation="scaleBack"/> |
| 59 | +- <ShowcaseAnimations animation="scaleDown"/> |
| 60 | +- <ShowcaseAnimations animation="scaleForward"/> |
| 61 | +- <ShowcaseAnimations animation="scaleUp"/> |
| 62 | +- <ShowcaseAnimations animation="sketchIn"/> |
| 63 | +- <ShowcaseAnimations animation="sketchOut"/> |
| 64 | +- <ShowcaseAnimations animation="slideDownLarge"/> |
| 65 | +- <ShowcaseAnimations animation="slideFromBottom"/> |
| 66 | +- <ShowcaseAnimations animation="slideFromLeft"/> |
| 67 | +- <ShowcaseAnimations animation="slideFromRight"/> |
| 68 | +- <ShowcaseAnimations animation="slideFromTop"/> |
| 69 | +- <ShowcaseAnimations animation="slideToBottom"/> |
| 70 | +- <ShowcaseAnimations animation="slideToLeft"/> |
| 71 | +- <ShowcaseAnimations animation="slideToRight"/> |
| 72 | +- <ShowcaseAnimations animation="slideToTop"/> |
| 73 | +- <ShowcaseAnimations animation="slideUpLarge"/> |
| 74 | +- <ShowcaseAnimations animation="unfoldIn"/> |
| 75 | +- <ShowcaseAnimations animation="unfoldOut"/> |
| 76 | +- <ShowcaseAnimations animation="zoomIn"/> |
| 77 | +- <ShowcaseAnimations animation="zoomOut"/> |
0 commit comments