Stanko

Results 39 comments of Stanko

Hi @edwiles, That is correct, the library respects user's preferences to reduce motion. The actual code is here: https://github.com/Stanko/react-animate-height?tab=readme-ov-file#reduced-motion I won't be providing a way around it, as it would...

Hey @WhereCanI Could it be that you also had "reduce motion" option enabled?

I'm closing this issue for now, if you can create a way to replicate it, I'll dig deeper. Thank you!

Hey @Bestadd, Thank you for the detailed report. These exports are going to be the end of me 🙈 I'm in a very busy project atm, but I'll make sure...

Hey, I can't replicate this. I tried it locally and on StackBlitz and imports work fine. Vite: https://stackblitz.com/edit/vitejs-vite-avkgx3?file=src%2FApp.tsx react-scripts: https://stackblitz.com/edit/react-starter-69nigk?file=package.json%2CHello.js Any idea how to replicate it?

Hey, it would be awesome if we can figure out the way to reproduce it, I can't make it happen on my machine. Any ideas?

I had the same problem, and we had to fallback to Modernizr's version: https://github.com/Modernizr/Modernizr/blob/master/feature-detects/touchevents.js

Hey, Have in mind that this is a very simple library which I'm not maintaining anymore, since I found the excellent [js-angusj-clipper](https://github.com/xaviergonz/js-angusj-clipper). It is really robust and I can wholeheartedly...

Hi @Loosetooth, Anyway, the code in this repo is heavily based on this [CodePen](https://codepen.io/HansMuller/pen/lDfzt) by Hans Muller, and to be fair I never dag really deep into it. If you...