Travis Arnold

Results 122 issues of Travis Arnold

Hello, thank you for this wonderful utility library! I was curious if you'd be willing to add a `sentenceCase` utility? I saw it was briefly considered in #10. I think...

I'd love to have something like this [React Motion demo](http://chenglou.github.io/react-motion/demos/demo8-draggable-list/) built into here. Maybe we can use or pull from [react-sortable-hoc](https://github.com/clauderic/react-sortable-hoc). I think we can get away with using a...

I'd like to move some of the workings of [React View Pager](https://github.com/souporserious/react-view-pager) over here so it's all in one place. Inspiration: https://github.com/race604/react-native-viewpager https://github.com/zbtang/React-Native-ViewPager http://barbajs.org/views.html

Came across [this article](https://aerotwist.com/blog/flip-your-animations/) by Paul Lewis. Seems like we can hopefully get some perf gains by following his advice. This would be especially helpful in components like `Fluid` that...

I think we could land on a pretty cool solution for frame based animations similar to [react-flight](http://www.react-flight.io/) and [react-web-animation](http://react-web-animation.surge.sh/). Even the ability to control animations like [mo.js](http://mojs.io/) would be awesome....

https://codepen.io/souporserious/pen/WbKQRM?editors=0010

https://codepen.io/scottkellum/pen/MORJbw?editors=0010

Let's take some inspo from [react-virtualized AutoSizer](https://github.com/bvaughn/react-virtualized/blob/master/source/AutoSizer/AutoSizer.js) and account for things like padding and borders when needed. Inspiration: https://github.com/callemall/material-ui/blob/v1-beta/src/transitions/Collapse.js

I hacked the `Animate` component together pretty quick. Came across [react-native-animatable](https://github.com/oblador/react-native-animatable) which seems to handle a similar case in a lot better way, so lets investigate better ways to handle...

I'd like to add some sort of `Transition` component that mimics the behavior of [react-transition-group-plus](https://github.com/cheapsteak/react-transition-group-plus/blob/master/src/ReactTransitionGroupPlus.js). ``` ``` Some other libs that might help out here: https://github.com/sharingapples/react-native-transition#example-transition---slide https://github.com/chenglou/react-motion/blob/master/src/TransitionMotion.js https://github.com/reactjs/react-transition-group https://github.com/felipethome/react-transition-hooks https://github.com/tkh44/data-driven-motion...