Edrees Jalili

Results 2 comments of Edrees Jalili

The approach I took was inspired by @lattam 's comment I created an action and mutation in the root module that accepts the store as an arg. ```js export const...

Still not ideal but you could wrap the functionalty in a wrapper function if you're consuming it often. ```javascript function pausableLoopAnime({loopComplete, ...options}) { const instance = anime({ ...options, loop: true,...