-
Howdy 🤠Massive fan of GSAP and absolutely loving 3 so far.
While migrating a project from 2 to 3, I discovered a bit of unexpected behavior that I think would be considered a bug.
I've created …
-
Hi there,
I've upgraded GSAP and I saw that the clip-path animation is not working anymore since v2.1.0
Here is an example: https://codepen.io/freddyfy/pen/WWrBqw
Than I tried to do this with t…
-
**Bug description**
Cannot execute "yarn dev". I receive a LOT of errors. So many that the terminal screen can't display the first one. I'm able to build and compile for win32 and darwin; however, I …
-
Hey there,
I've an issue displaying a simple rect via graphic on non WebGL renderer (it works fine with WebGL):
var graphic:PIXI.Graphics = new PIXI.Graphics();
graphic.beginFill(0x000000, 1);
graph…
-
**URL**: https://xayp.ru/
**Browser / Version**: Firefox 67.0
**Operating System**: Windows 7
**Tested Another Browser**: Unknown
**Problem type**: Something else
**Description**: nonsence site
…
-
I have been developing on this generator for three weeks now and this has occur quite a number of times. It may happen when the file is opened or when it is closed.
Git saved my ass multiple times. …
-
I'm having this issue on IE11 `Expected ':' on IE11`, debugging it found the message came from TweenLite.js
Just importing the library breaks on IE 11
```javascript
import {TweenMax, Linear…
-
## Wavesurfer.js version(s):
1.1.10
## Browser version(s):
Chrome v66.0.3359.139
## Code needed to reproduce the issue:
### Index.js
```html
wav…
-
Hey,
today I encountered a problem that some functions operating on my visuals were called to early, and it happened to break my program ( without any error ).
``` javascript
this.viewComponent.nav…
-
Hi everybody, i'm using pixi.js with webpack v2, i pack all the pixi package with a general import (so i'll open another issue for using pixi to modules)
```js
Import * as PIXI from 'pixi.js'
``…