-
### Replaced by #985
-
I saw this Demo by Chris Gannon: https://codepen.io/chrisgannon/pen/PvVzRG
The ZDog in this demo is responsive. I went through the code and I didn't found which part of code made it responsive...
Ca…
-
@drcmda recommended in [this comment](https://github.com/drcmda/react-zdog/issues/9#issuecomment-500881206) that there's investigation in this repository to see why rotation might result in the issue …
-
Since ~`1.0.1` there may have been a regression in how `resize: 'fullscreen'` works.
My pens for `Zdog` previously resized to the `window` as expected. However, the newest version makes the canva…
-
v1.0.2 removed `checkFlatGraph` method, but `renderGraphSvg` still used it. I'll add a fix in v1.0.3. In the meantime, you can render with SVG by adding this duck punch. Add this code before your othe…
-
I'm currently trying to port something I wrote in plain JS with Zdog to react-zdog, now that I've seen it working. However, I've had a fair few problems with `` elements previously, so an option to us…
-
When es6 import syntax none of the modules are exported or available on the Zdog class
**Test case:** https://codesandbox.io/embed/hungry-darwin-59jh7
-
It maybe that ZDog is meant to be used for smaller animations and on the mobile. And I have noticed that all your demos are rendered on 240 width/height canvas. But, when you look at an animation on a…
-
## 🐛 Bug Report
React spring show this warning when installing latest bets.
Im not using react-native so it seems weird to have peer dependency on it.
```
warning "react-spring > @react-spring…
-
Illu rotation doesn't respond to state changes now. You can see it in action by [changing the rotation in the text boxes](https://codesandbox.io/s/divine-sun-l3chy).
_Originally posted by @boardfis…