Travis Arnold

Results 122 issues of Travis Arnold

This will be a list of examples to build and what components they will require to achieve the functionality. [SCROLL BASED ANIMATIONS](https://get.fabric.io/) - Scroll [FILTERS](https://www.uplabs.com/posts/filters-interface-resources) maybe we can pull some...

I'd like to investigate an `Icon` component that renders an `svg` tag and accepts path data that can be interpolated by AnimatedJS.

I think for a good base for interactable web components, we need a web version of [react-native-interactable](https://github.com/wix/react-native-interactable). This should come first before the [ViewPager](https://github.com/souporserious/animated-ui/issues/5) since it _should_ probably use this...

I'd like to have a component that uses something like [react-tiny-virtual-list](https://github.com/clauderic/react-tiny-virtual-list) and ties a nice API for animating scroll positions as well as other things based on scroll. This might...

This is an attempt to replace the internal playground with [Sandpack](https://github.com/codesandbox/sandpack) by bundling local files using esbuild and then loading them into the editor. This has the benefit of examples...

How do you feel about an `onFocus` callback? So if you have an element that can't receive focus you can add a class yourself or handle the state in something...

**Is your feature request related to a problem? Please describe.** Similar to what `getExportedDeclarations` returns, I'd like to easily grab any single export from a file to determine its references...

First, thank you for such a wonderful site! I'm in the middle of making a drag and drop library and have been splitting up the architecture as I go along...