CSS keyframe animation can potentially change behaviour of websites
Closed this issue · 1 comments
therephil commented
Because the keyframe animate in _animation.scss is not namespaced or otherwise scoped it pollutes and potentially overwrites other keyframe animations with the same name on a random website. fadeIn
is a name other people could use as well.
see for example here:
https://www.hibike.de/fahrradteile-n52f1161237298
where the sidebar with all the filters is hidden after a short flash because they use the same animaten name just animate a different property.
manubo commented
Thanks @therephil, this will be fixed with the next release.