- From: Sebastian Malton via GitHub <sysbot+gh@w3.org>
- Date: Mon, 21 Aug 2017 11:42:59 +0000
- To: public-css-archive@w3.org
I disagree that animations could not be considered the state of an element. Instead of introducing new special pseudo-classes that let all animations complete a new syntax could be used.
```css
button:active {
    font-style: bold;
    @last {
        transition: fade-in 1s;
    }
}
```
-- 
GitHub Notification of comment by Nokel81
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1674#issuecomment-323722578 using your GitHub account
Received on Monday, 21 August 2017 11:42:58 UTC