You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@lists.mozilla.org
Summary:
CSS Transitions Level 1 defines the transitionend event but provides no
means for detecting when a new transition is triggered (unlike CSS
Animations which defines an animationstart event). As a result, after
applying changes to content (e.g. adding a new class), authors don't
know if it is necessary to wait for transitionend event or not--a
problem we ourselves sometimes encountered developing apps for Firefox OS.
Although this event is only defined in a very early editor's draft of
CSS Transitions Level 2 (Level 1 is still a working draft) this event
has already shipped in Edge[1]. A bug is on file to implement in Blink
but has no commitment to implement yet (other than recently being added
to Hotlist-Squash-A-Bug).[2]
Preference behind which this will be implemented: Not needed.
DevTools bug: Not needed?
Brian Birtles
unread,
Aug 21, 2016, 10:17:56 PM8/21/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@lists.mozilla.org
On 2016/08/22 8:18, Mantaroh Yoshinaga wrote:
> Although this event is only defined in a very early editor's draft of
> CSS Transitions Level 2 (Level 1 is still a working draft) this event
> has already shipped in Edge[1].
Unfortunately, it appears the spec behavior does not agree with the Edge
behavior[1] so we'll need to resolve that first.