- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 May 2019 01:17:59 +0000
- To: public-css-archive@w3.org
> (since the initial MozTransform will be transformed into transform which will override the new MozTransform). That's kind of what I'd expect, fwiw, and what would happen with `elem.style.MozTransform = " ... ";`. > const initialValue = anim.effect.getKeyframes()[0].MozUserSelect; That seems a bit more annoying indeed. That doesn't happen on the OM because you can keep the getters. I guess it's too late for making `getKeyframes()` return some sort of interface :) I don't recall what shorthands do, I guess they don't get expanded on `getKeyframes()`? -- GitHub Notification of comment by emilio Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3948#issuecomment-494615220 using your GitHub account
Received on Wednesday, 22 May 2019 01:18:00 UTC