Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

IE11/Edge animation – radial-gradient & more sizes in one animation

$
0
0

I found in IE 11/Edge not working this

<body><span>ahoj</span></body>

body {
  animation: background 5S linear 0s infinite;
}

@keyframes background {
  0% {
    background: radial-gradient(farthest-side at 0%, pink, #8FBC8F);
  }
  100% {
    background: radial-gradient(closest-side at 50%, pink, black);
  }
}

. In FF, Chromium based-ones it works.

Any ideas?



Viewing all articles
Browse latest Browse all 3527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>