Skip to content

Commit 98a1101

Browse files
authored
doc(readme): compatibility section
1 parent 9af1f57 commit 98a1101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ See: [#93](https://github.com/danilowoz/react-content-loader/issues/93) / [10
289289

290290
#### Browser supports SVG-Animate
291291

292-
Old browser doesn't support animation in SVG, and if your project must support IE for examples, here's a couple of ways to make sure that browser supports SVG Animate:
292+
Old browser doesn't support animation in SVG ([compatibility list](https://caniuse.com/#search=SVGAnimateElement)), and if your project must support IE for examples, here's a couple of ways to make sure that browser supports SVG Animate:
293293

294294
- `window.SVGAnimateElement`
295295
- `document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#SVG-Animation", "1.1")`

0 commit comments

Comments
 (0)