GSS migration: mixin definition for a transition with multiple transition-property

2015-04-20 Thread Benjamin V.
Hello, I am currently migrating a GWT project to use new GSS features. But I am struggling in finding a mixin definition for a transition with multiple transition property. Old CSS code before GWT 2.7 was: .class { transition: literal(opacity .5s linear 0s, visibility 0s linear .5s);

Re: GSS migration: mixin definition for a transition with multiple transition-property

2015-04-20 Thread Benjamin V.
Yes, that works. But it is a bit unintuitive as I have multiple different transitions properties in one stylesheet. So I have to define multiple similiar property variables which are all only used once. Am Montag, 20. April 2015 15:55:22 UTC+2 schrieb Jens: Does it work if you create a