danielstorey / adapt-expose

An Adapt Framework component which displays panels of content hidden behind front covers. Click to expose the content below
GNU General Public License v3.0
5 stars 16 forks source link

Does not work in ie8 #16

Open robmausser opened 6 years ago

robmausser commented 6 years ago

I realize that not all components are ie8 compatible, but I am using the legacy framework for a client, and it would be nice to use this component.

The issue is that clicking on the covers, they do not disappear.

Probably some incompatible JS relating to the animations.

robmausser commented 6 years ago

I have confirmed that "SlideUP" and "SlideDown" work in ie8, the rest is with css transitions.

However it would be nice if there was fallback in your code for ie8 that regardless of animation type, the cover simply is display:none, on ie8, as in no animation fallback.