collingo / react-transition-manager

A robust transition component for React projects
http://collingo.com/react-transition-manager/
MIT License
61 stars 7 forks source link

Adblockers blocking some transitioned components #6

Open chriswatts91 opened 7 years ago

chriswatts91 commented 7 years ago

Great library! We've come across an issue where some content blockers (Crystal on iOS) are hiding components once transitioned.

It's looks like Crystal is adding display: none !important; to div.shown

Removing, renaming the class name shown seems to fix it.

collingo commented 7 years ago

Thanks for the heads up on this. I take it you modified the class values by editing the source locally. I guess it would help to add an option to override the class values. I'll see if I can find the time to pick that up, otherwise feel free to submit a PR :)