9.0.0 • Published 2 years ago

@zimi/interact-dom v9.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@zimi/interact-dom

@zimi/interact 在各个交互方式上做了一个封装

install

yarn add @zimi/interact-dom

examples

import InteractDom from '@zimi/interact-dom'

const interact = new InteractDom()
const elem = document.querySelector('xxx')

interact.attach(elem)
interact.addListener('change', () => {
  elem.style.transform = interact.formatToCss()
})
8.0.0

2 years ago

9.0.0

2 years ago

5.0.0

2 years ago

6.0.0

2 years ago

4.0.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.10

3 years ago

0.1.9

3 years ago