UNPKG
ko-charts
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
KO CHARTS for React
github.comd/dtux-kangaroo/ko-charts.git
dtux-kangaroo/ko-charts
ko-charts
/
es
/
utils
/
animation.js
5 lines
•
139 B
JavaScript
View Raw
1
2
3
4
5
export
default
function
(
options, animation
) {
Object
.
keys
(animation).
forEach
(
function
(
key
) { options[key] = animation[key]; }); }