@hazae41/labase 1.0.3 → 1.0.6
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/README.md +19 -1
- package/package.json +1 -1
- package/src/index.css +0 -2
package/README.md
CHANGED
|
@@ -159,4 +159,22 @@ function Example() {
|
|
|
159
159
|
This div will have everything opposite-colored
|
|
160
160
|
</div>
|
|
161
161
|
}
|
|
162
|
-
```
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
### Animations
|
|
165
|
+
|
|
166
|
+
You can use animations such as
|
|
167
|
+
|
|
168
|
+
- `animate-opacity-in` and `animate-opacity-out`
|
|
169
|
+
|
|
170
|
+
- `animate-scale-in` and `animate-scale-out`
|
|
171
|
+
|
|
172
|
+
- `animate-flip-in` and `animate-flip-out`
|
|
173
|
+
|
|
174
|
+
- `animate-opacity-scale-in` and `animate-opacity-scale-in`
|
|
175
|
+
|
|
176
|
+
- `animate-scale-xy-in` and `animate-scale-xy-out`
|
|
177
|
+
|
|
178
|
+
- `animate-scale-xywh-in` and `animate-scale-xywh-out`
|
|
179
|
+
|
|
180
|
+
- `animate-vibrate-loop`
|
package/package.json
CHANGED