-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [x] optional description [li…
skial updated
5 years ago
-
Hello error with pixiplugin and Pixi v5 rc3
```
import { Container } from 'pixi.js'
const test = new Container()
TweenMax.to(test, 1, { pixi: { alpha: 0 }})
```
Work fine with Pixi v5 r…
-
Currently, there is only one easing option:
easeInOut()
It would be nice to offer some more options, like:
Bounce
Quad
Elastic
Custom Bezier
Maybe you could just attach a library to zDo…
-
Hey there,
I really hope you're still supporting this plugin because it's awesome!
I'm having a bug every time I try to animate multiple properties of the same object
e.g. scale and translateX. …
-
## Description
I thought it would be cool to implement a countdown template. It could be useful when people display a template before all the talks at a meetup, like "it begin at 19:00" or "it begi…
-
Rudimentary implementation of box movement attempted.
Expected: on click within window, spinning pinkish box should move to clientX/clientY
Actual: no movement 😭
dyyyl updated
5 years ago
-
### Bug Report or Feature Request (mark with an `x`)
```
- [x] bug report -> please search issues before submitting
- [ ] feature request
```
### Versions.
```
@angular/cli: 1.4.8
node: …
-
## Summary
I use a three.js canvas in my project and gatsby develop runs fine but when I try to build my project I get a `ReferenceError: document is not defined` error.
## Relevant information
…
-
Originally I picked velocity for this project as I was familiar with it and I knew it to be fast, but lately I've been exploring other alternatives. The v0.3.0 is refactored in way that allows you to …
-
### Description
Update:
So far all crashes seems to be Huawei devices, this is might be Huawei problem. Investigating...
Added Lottie animations in my app and receiving ANR error reports on Huaw…