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

Fixed check for canceling last animation frame for invisible check #289

Closed Acinho closed 4 years ago

Acinho commented 4 years ago

Fixed check for clearing the last animation frame. The last animation frame should be cleared if it exists.

marcj commented 4 years ago

Thanks