Re: [csswg-drafts] [css-selectors] :clicked for animations on click

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