(data, command)
| 384 | }) |
| 385 | } |
| 386 | function onChangeSingle(data, command) { |
| 387 | effectFrame({ |
| 388 | command, |
| 389 | property: data, |
| 390 | }); |
| 391 | } |
| 392 | function getElementIdProperty(elementId, name) { |
| 393 | // 根据元素id 获取对应style中的值 |
| 394 | return Number(document.getElementById(elementId).style[name].split('px')[0]) |
no test coverage detected