@act/animation 中文文档教程
Act animation
动作动画 hello world:
import main, { spring } from '@act/animation'
const view = (val) =>
['.redBox', { style: { left: val * 400 } }]
main(view, { subscriptions: { spring } })
可管理的历史记录示例:
More
此模块的文档是 行动的 文档。
A simple reactive front-end framework
Act animation
Act animation hello world:
import main, { spring } from '@act/animation'
const view = (val) =>
['.redBox', { style: { left: val * 400 } }]
main(view, { subscriptions: { spring } })
Example with manageable history:
More
The documentation for this module is part of Act's docs.