Eric

Results 7 issues of Eric

The error `Uncaught TypeError: Cannot read property 'duration' of null` is thrown when checking `duration` of a sound that is not preloaded. The error is coming from this line: https://github.com/pixijs/pixi-sound/blob/v2.x/src/webaudio/WebAudioMedia.ts#L105...

I made a mistake in my previous skew-rotation conversion fix. (#89) That change addressed a particular issue where skew values that we'd expect to see as `(-Pi, Pi)` actually were...

If an instance has skew values modified at any point in the timeline, convert any rotation values to skew values at runtime, to allow for correct behavior when tweening between...

A relatively minor issue, and it might not be possible without serious impact on performance, but it would be nice to have the option to enable mouseover events for turning...

I've gotten this plugin to allow clicks to pass through 'pointer-events:none' elements to Canvas elements without issue, and to links ('A' elements) only if they contain 'img' DOM elements (only...

I haven't had a chance to dig into this one too much yet, but wanted to document here. For now, I've been working around this by positioning objects at (0,...

This fixes two issues with text positioning: - An issue where "left" and "top" offset values from Animate were ignored on publish for left-aligned text boxes, with only transform x...