- From: Hr Gwea <hrg.wea@gmail.com>
- Date: Fri, 26 Aug 2016 08:36:16 -0300
- To: www-style list <www-style@w3.org>
Received on Friday, 26 August 2016 11:36:44 UTC
I hit ENTER too soon:
The point of the example is that it could be done so much easier with
counters.
Like this:
div {counter-reset: pos}
e {counter-increment: pos; transform: rotate( calc( 30deg * counter(pos) )
> ) translateY(50px) }
Could you add this to the spec?
Received on Friday, 26 August 2016 11:36:44 UTC