I'm using animate-css-grid to move objects around in a simulation I'm playing. I'm letting people change the playback speed. Therefore, I'd like to be able to change the duration parameter after I've called animateCSSGrid.wrapGrid. Can that be done somehow?
I'm using animate-css-grid to move objects around in a simulation I'm playing. I'm letting people change the playback speed. Therefore, I'd like to be able to change the
durationparameter after I've calledanimateCSSGrid.wrapGrid. Can that be done somehow?