Tal Bereznitskey

Results 40 comments of Tal Bereznitskey

Fixed by #8 (Verified on IE 11 - next.js demo is not working on IE yet)

Thanks @creatingo, you are correct. There is a bug in `nextjs` which isn't a part of `react-overdrive` itself. It was fixed here https://github.com/zeit/next.js/commit/62fcb2b664c27689d565d6709f83c6ac322a9a7c and I will update the demos with...

While the animation takes place, the elements are clones and moved without their wrapping elements. So while it inherits the size & position, it may lose colors, text-alignment that is...

@mbrookes - these are some good points. Since the elements are cloned and attached to the body, they will indeed lose all CSS rules inherited from their parents. Usually frameworks...

Thanks for all the information here. I'm going to take a deeper look into it and see if this can be added BTW, the demo looks awesome!

Are you looking to use `react-overdrive` in your own project, or contribute to it? 1. For using `react-overdrive` in your own project, just use `npm install react-overdrive` and follow the...

@roberthchapman which of the demos did you try running? You'll have to `cd` into their folder and read the `README.md` for each one for instructions

What's the motivation for React 16.3? Is this because of deprecation warnings? I would split the effort to: 1. Upgrading to React 16.3 and have it working as usual 2....

Thanks for reporting, I will try to re-deploy these