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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    0
    • latest

Version History

Package Sidebar

Install

npm i @act/animation

Weekly Downloads

0

Version

0.0.5

License

ISC

Last publish

Collaborators

  • act