my-animated-components 1.1.2 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +142 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -21,7 +21,11 @@
|
|
|
21
21
|
- Badge
|
|
22
22
|
- Breadcrumb
|
|
23
23
|
- Card
|
|
24
|
+
- CardBody
|
|
25
|
+
- CardFooter
|
|
26
|
+
- CardHeader
|
|
24
27
|
- Dropdown
|
|
28
|
+
- DropdownItem
|
|
25
29
|
- Checkbox
|
|
26
30
|
- FileUpload
|
|
27
31
|
- Input
|
|
@@ -29,17 +33,37 @@
|
|
|
29
33
|
- Select
|
|
30
34
|
- Switch
|
|
31
35
|
- Textarea
|
|
36
|
+
- Container
|
|
37
|
+
- Flex
|
|
38
|
+
- Grid
|
|
39
|
+
- List
|
|
40
|
+
- ListItem
|
|
32
41
|
- Modal
|
|
42
|
+
- ModalBody
|
|
43
|
+
- ModalFooter
|
|
44
|
+
- ModalHeader
|
|
45
|
+
- NavItem
|
|
33
46
|
- Navbar
|
|
47
|
+
- Offcanvas
|
|
48
|
+
- OffcanvasBody
|
|
49
|
+
- OffcanvasHeader
|
|
34
50
|
- Pagination
|
|
35
51
|
- ProgressBar
|
|
52
|
+
- Skeleton
|
|
36
53
|
- Slider
|
|
54
|
+
- RangeSlider
|
|
55
|
+
- Stepper
|
|
37
56
|
- Table
|
|
57
|
+
- TableBody
|
|
58
|
+
- TableCell
|
|
59
|
+
- TableHead
|
|
60
|
+
- TableRow
|
|
38
61
|
- Tabs
|
|
39
62
|
- Tooltip
|
|
40
63
|
- Heading
|
|
41
64
|
- Text
|
|
42
65
|
|
|
66
|
+
|
|
43
67
|
---
|
|
44
68
|
|
|
45
69
|
## Props
|
|
@@ -57,6 +81,124 @@ Here are the common props for the **Button** component:
|
|
|
57
81
|
|
|
58
82
|
---
|
|
59
83
|
|
|
84
|
+
## Available Motion Variants
|
|
85
|
+
|
|
86
|
+
- null
|
|
87
|
+
- fadeIn
|
|
88
|
+
- zoomIn
|
|
89
|
+
- slideUp
|
|
90
|
+
- slideDown
|
|
91
|
+
- slideLeft
|
|
92
|
+
- slideRight
|
|
93
|
+
- bounce
|
|
94
|
+
- rotateIn
|
|
95
|
+
- stagger
|
|
96
|
+
- flip
|
|
97
|
+
- fadeOut
|
|
98
|
+
- zoomOut
|
|
99
|
+
- scaleUp
|
|
100
|
+
- scaleDown
|
|
101
|
+
- fadeInUp
|
|
102
|
+
- fadeInDown
|
|
103
|
+
- fadeInLeft
|
|
104
|
+
- fadeInRight
|
|
105
|
+
- rotateBounce
|
|
106
|
+
- scaleBounce
|
|
107
|
+
- fadeInScale
|
|
108
|
+
- bounceOut
|
|
109
|
+
- shake
|
|
110
|
+
- pulse
|
|
111
|
+
- fadeInFast
|
|
112
|
+
- slideUpFast
|
|
113
|
+
- fadeUp
|
|
114
|
+
- zoomInFast
|
|
115
|
+
- zoomOutFast
|
|
116
|
+
- slideDownFast
|
|
117
|
+
- rotateOut
|
|
118
|
+
- flipFast
|
|
119
|
+
- staggerUp
|
|
120
|
+
- flipIn
|
|
121
|
+
- fadeInSlow
|
|
122
|
+
- slideUpSlow
|
|
123
|
+
- slideDownSlow
|
|
124
|
+
- slideLeftSlow
|
|
125
|
+
- slideRightSlow
|
|
126
|
+
- bounceSlow
|
|
127
|
+
- rotateInSlow
|
|
128
|
+
- staggerSlow
|
|
129
|
+
- flipSlow
|
|
130
|
+
- scaleBounceSlow
|
|
131
|
+
- rotateOutFast
|
|
132
|
+
- scaleUpFast
|
|
133
|
+
- scaleDownFast
|
|
134
|
+
- bounceFast
|
|
135
|
+
- flipInFast
|
|
136
|
+
- fadeInLeftFast
|
|
137
|
+
- fadeInRightFast
|
|
138
|
+
- fadeInUpFast
|
|
139
|
+
- fadeInDownFast
|
|
140
|
+
- scaleUpSlow
|
|
141
|
+
- scaleDownSlow
|
|
142
|
+
- rotateInFast
|
|
143
|
+
- staggerChildren
|
|
144
|
+
- fadeUpSlow
|
|
145
|
+
- slideInFromLeft
|
|
146
|
+
- slideInFromRight
|
|
147
|
+
- slideInFromTop
|
|
148
|
+
- slideInFromBottom
|
|
149
|
+
- fadeInSlowFromTop
|
|
150
|
+
- fadeInSlowFromBottom
|
|
151
|
+
- fadeInSlowFromLeft
|
|
152
|
+
- fadeInSlowFromRight
|
|
153
|
+
- bounceIn
|
|
154
|
+
- zoomOutSlow
|
|
155
|
+
- fadeInFastFromTop
|
|
156
|
+
- fadeInFastFromBottom
|
|
157
|
+
- slideInLeftFast
|
|
158
|
+
- slideInRightFast
|
|
159
|
+
- fadeInRotate
|
|
160
|
+
- scaleInFast
|
|
161
|
+
- zoomInBig
|
|
162
|
+
- slideInDiagonal
|
|
163
|
+
- rotate360
|
|
164
|
+
- flipInX
|
|
165
|
+
- staggerChildrenFast
|
|
166
|
+
- pulseFast
|
|
167
|
+
- slideInDiagonalFast
|
|
168
|
+
- fadeInRightSlow
|
|
169
|
+
- zoomOutSlowFromCenter
|
|
170
|
+
- flipBounce
|
|
171
|
+
- slideInFromTopFast
|
|
172
|
+
- fadeInDiagonal
|
|
173
|
+
- zoomInBounce
|
|
174
|
+
- rotateInOut
|
|
175
|
+
- staggerUpFast
|
|
176
|
+
- fadeInRotateIn
|
|
177
|
+
- scaleInQuick
|
|
178
|
+
- slideInFromBottomSlow
|
|
179
|
+
- flipRotateOut
|
|
180
|
+
- slideLeftFast
|
|
181
|
+
- zoomInBigFast
|
|
182
|
+
- fadeInUpFastSlow
|
|
183
|
+
- rotateOutSlow
|
|
184
|
+
- staggerLeft
|
|
185
|
+
- rotateOutFastReverse
|
|
186
|
+
- scaleDownBounce
|
|
187
|
+
- fadeInFastFromLeft
|
|
188
|
+
- fadeInFastFromRight
|
|
189
|
+
- bounceSlowFast
|
|
190
|
+
- slideInFromTopFastReverse
|
|
191
|
+
- fadeOutFast
|
|
192
|
+
- flipScaleUp
|
|
193
|
+
- slideOutRight
|
|
194
|
+
- zoomOutBounce
|
|
195
|
+
- fadeUpReverse
|
|
196
|
+
- staggerUpReverse
|
|
197
|
+
- scaleInFromLeft
|
|
198
|
+
- flipOut
|
|
199
|
+
|
|
200
|
+
---
|
|
201
|
+
|
|
60
202
|
## Example Usage
|
|
61
203
|
|
|
62
204
|
### Button Example
|