Oleg Solomko
Oleg Solomko
I see this makes sense. In the best case, you would create just one burst instance and then reuse it with help of the `tune` method which allows you to...
Alternatively, you can just set `parent` property to a `star's` DOM element (which will place the bust instance inside the star) and just call the `replay()` method on each click:...
Hi, Tobi! Thanks for the issue! Right now it doesn't, and because of some architecture constraints it kind of hard to implement. We will probably add some `public` method for...
Hi, Tobi! Great, we should add it then! // @tobireif
Hi, Harry! Hm, `loop` property will work great too. We should call it `isLoop` to be consistent with other `boolean` properties. So I don't know, we can add both the...
*Just a few thoughts on `repeat: -1|Infinity`* In `mojs` everything is timeline-based. So your animation is "placed" on some sort of timeline and you can move a sort of "control...
Looks like the isLoop is total winner, thank you guys for all the feedback!
Sorry for the delay guys! @tobireif @harrynewsome @nwalton3 @Sandstedt It should be separate property - this way it will be slightly more flexible for the reasons listed in the previous...
Hi @mflmartin! Thanks for the issue! `mojs` doesn't restrict you on how would you use it. Of course, you will have to define custom types for `Typescript`, and frankly I...
@mflmartin that's right