From cd349d65768e611113577f826e9d7b44a389f1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=BChnel?= Date: Sat, 2 Mar 2019 23:03:06 +0100 Subject: [PATCH] Update CSS Animations --- posts/{animations.md => css-animations.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename posts/{animations.md => css-animations.md} (60%) diff --git a/posts/animations.md b/posts/css-animations.md similarity index 60% rename from posts/animations.md rename to posts/css-animations.md index f21c82ea..c42ff3f2 100644 --- a/posts/animations.md +++ b/posts/css-animations.md @@ -1,9 +1,9 @@ -feature: animations +feature: CSS Animations status: use -tags: fallback prefixes +tags: kind: css polyfillurls: -Animations are now supported unprefixed in every major browser, but you will need to use the `-webkit-` prefix for older versions. +Animations are supported unprefixed in every major browser. In order to provide support for legacy browsers, either use animations only to provide non-essential aesthetic enhancements or use feature detection to provide an alternative experience for browsers that do not support this feature.