W3C home > Mailing lists > Public > www-style@w3.org > December 2015

CSS3 background animation suggestions

From: Alexey Solovey <acterhd@gmail.com>
Date: Tue, 01 Dec 2015 13:56:20 +0000
Message-ID: <CAAZWkw0-b36-ZjX+cYbV2CeFu5JP=wy1RG3C5AfTejcHyRmj+g@mail.gmail.com>
To: www-style@w3.org
I suggest change behaviour in CSS3 animations.

@keyframes something {
  0% { background-index: 0; background-position; 0px 0px; }
  100% { background-index: 0; background-position; 100px 0px; }
}

#element {
  background: "one", "two"...
  animation: ... something...
}

In result should change background only by zero index. Also few animations
can be combined.
*background-index* - should be CSS3 animation only feature.
Received on Monday, 7 December 2015 13:05:49 UTC

This archive was generated by hypermail 2.4.0 : Monday, 23 January 2023 02:14:55 UTC