W3C home > Mailing lists > Public > public-css-archive@w3.org > May 2020

Re: [csswg-drafts] [css-transitions]/[css-animations] Proposal: Allow velocity values for transition-duration and animation-duration (#5091)

From: Axel D. via GitHub <sysbot+gh@w3.org>
Date: Sun, 24 May 2020 13:00:03 +0000
To: public-css-archive@w3.org
Message-ID: <issue_comment.created-633227535-1590325202-sysbot+gh@w3.org>
I would suspect them to be independant, because that would be the deterministic result of the rules given:

```js
#element {
  animation: anim1 1s;
  animation: anim2 2s;
}

@keyframes anim1 {
  from { width: 0px }
  to { width: 100px }

@keyframes anim2 {
  from { height: 0px }
  to { height: 200px }
}
```

-- 
GitHub Notification of comment by SetTrend
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5091#issuecomment-633227535 using your GitHub account
Received on Sunday, 24 May 2020 13:00:05 UTC

This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:42:07 UTC