@act/animation 中文文档教程

发布于 8年前 浏览 16 项目主页 更新于 3年前

Act
一个简单的响应式前端框架

 


Act animation

动作动画 hello world:

import main, { spring } from '@act/animation'

const view = (val) =>
  ['.redBox', { style: { left: val * 400 } }]

main(view, { subscriptions: { spring } })

可管理的历史记录示例:

More

此模块的文档是 行动的 文档。

Act
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.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文