tagu-tagu 4.0.0-alpha.0 → 4.0.0-alpha.1
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 +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -351,6 +351,9 @@ document.body.appendChild(InitializerCallbackExample());
|
|
|
351
351
|
```
|
|
352
352
|
[JSFiddle](https://jsfiddle.net/do_the_simplest/tfj8uqa7/3/)
|
|
353
353
|
|
|
354
|
+
#### Animation
|
|
355
|
+
[`animate` initializer](./docs/animate.md)
|
|
356
|
+
|
|
354
357
|
### `State`
|
|
355
358
|
```typescript
|
|
356
359
|
import { button, div, useState } from "tagu-tagu";
|