Skip to content

Enabling transitions for SVG elements where supported

Compare
Choose a tag to compare
@timmywil timmywil released this 26 Jul 14:38
· 309 commits to main since this release

IE9-11 and Edge 13-14+ do not respect transform values set through CSS. This makes it impossible to use CSS transitions on SVG elements in those browsers.

Nevertheless, why not enable them in the browsers where it works? Chrome, Firefox, and Safari do this just fine.