Tobias Andersen

Results 22 issues of Tobias Andersen

Currently when passing a `defaultPlaceholder` prop to `` it will also spread that prop onto the input element, resulting in the following warning: ``` react-dom.development.js:67 Warning: React does not recognize...

Hey! Awesome work on this plugin, I'm really enjoying it! I'm using the `wrapInList` and `unwrapList` functions to toggle lists. But since they always pass `{ normalize: false` to Slate's...

We currently only allow 1280x720 or 1920x1080 — we should support any resolution.

Type: Feature Request

We should have examples for common things, e.g: - Animating on enter - Animating on exit - Animating on updates - Animating using different animation libraries (GSAP, react-spring, etc.) -...

documentation

Currently when adding a new template, you have to kill the dev server and start it again for the template to appear. We should do this automatically.

Type: Enhancement

This was a request from @axelboberg, but I can't remember why you wanted it. Can you elaborate a bit on why it would be useful? :)

I've made a proof of concept for exporting graphics from Adobe After Effects using the bodymovin plugin, and then turning them into graphics using lottie.js. The idea is being able...

Type: Feature Request

It'd be great if we could show multiple graphics at the same time (e.g. to see that they align)

good first issue

Currently we have a hard dependency on React. We should look into making it optional.

Type: Feature Request

We could expose the Webpack config and allow users to make changes to it, e.g. by exporting a function that takes our config as an argument and returns a new...

Type: Feature Request