@act/animation

0.0.5 • Public • Published

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.

/@act/animation/

    Package Sidebar

    Install

    npm i @act/animation

    Weekly Downloads

    2

    Version

    0.0.5

    License

    ISC

    Last publish

    Collaborators

    • act