Oleg Solomko
Oleg Solomko
:+1: for this. Seems native jasmine `done` promise doesn't work for now. How do you even test async code in jasmine 2.0 without it?
Hi Yifeng, Thanks for the issue! Right now mojs doesn't give you any animation tools for SVG besides simple tweens. It is planned for nearest future though.
Hi @xedef! Thanks for the issue and sorry for the troubles! You are right `Shape` was not intended for drawing lines from one point to another so it is hard....
@xedef thank you! 👍 Please let me know if something.
Hi Sarah! Thanks for the issue! We have `parent` option, which defines where to insert a module. There is one problem though, `mojs` modules are wrapped into `` root so...
Hey Robin, Thanks for the issue. The problem is that `rand` is a special word for properties, for instance: ```javascript new mojs.Shape({ className: 'Brands-burst', fill: colour, strokeWidth: 'rand(0, 5)', scale:...
Thanks for taking time for reporting it, great catch! Yeah, the Regexp makes weak assumptions and needs to be revamped.
Hi @Kay2dan ! Thanks for the issue! `mojs` will tweak the `parent` option in the future, so you will be able to transparently add the modules inside `html` or `svg`...
@Kay2dan, Thanks for clarifications! This makes perfect sense.
Hi @gaou-piou! You can get `index` by referring the `this._index` property of the tween. But this means that you can not use the arrow functions over there because you need...