marcj / css-element-queries

CSS Element-Queries aka Container Queries. High-speed element dimension/media queries in valid css.
http://marcj.github.io/css-element-queries/
MIT License
4.27k stars 487 forks source link

Fix animation-name check for old browsers #241

Closed nskazki closed 5 years ago

nskazki commented 5 years ago

According to a bug tracker of a developing app, old browsers like Safari of IOS8 or Chrome of Android5 could return null instead of requested style property. This patch brings additional checks.

Screenshot from our bug tracer: old-devices

marcj commented 5 years ago

Thanks!