Jonas Sandstedt
Jonas Sandstedt
Cool project! But the animation is really slow on mobile (Android 6.0, Nexus 5, Chrome 49). Jquerys animate in 2.\* aren't that performant. Consider using jQuery 3 or some other...
For some weird reason (not sure if it's related to this great plug-in, or some server setup), suddenly (it did work before) new changes in ACF (adding new fields) doesn't...
When setting the burst count using the `rand()` function, the burst behaves wierdly, or random, too random. Sometimes the children are not spread out evenly, sometimes it's like the last...
To make animations accessible per default, maybe we should add a reduced motion media query test before playing any animation. Then via a prop you could disable this, so it...
This bug happens when using em in strokeWidth width delta values in a curve shape, and then declaring a .then() method without declaring the strokeWidth again in .then() [http://codepen.io/sandstedt/pen/ENzONQ?editors=0010](http://codepen.io/sandstedt/pen/ENzONQ?editors=0010) So...
Tried to export a sheet as usual, same sheet that has worked before. But today I got this error in Chrome: ``` Uncaught at exportDocument (ExportSheetData:1797) (Export Sheet Data:54) 9424292d-7319-4278-867f-12dda0a70ec3...
The default startPath argument acts wierd. You can't add new points without breaking it in Firefox. Tested with mojs 1.0.3 and mojs-curve-editor 1.7.1 using Firefox 88 (works in Chrome) The...
## Problem If you star with this path in the curve editor: ```js M0, 100 C26, 100 30, 0 30, 0 C30, 0 37, 50 50, 50 C63, 50 75,...
Currently mojs-player creates an element in the top of body that looks like this: ```html ... ``` This is for using svg elements as icons in the player controller. **Problem**...
Get's this error: `total canvas memory use exceeds the maximum limit (256 mb)` in IgeTextureMap.js and some more places, and then IGE will get into an infinite loop. This only...