Skip to content

Commit 1e51fd6

Browse files
committed
2009-11-01 dino@apple.com
- made it clear that shorthand accepts duration before delay but also noted the request for 1s/2s type syntax - space-separated lists of animatable property values are only interpolated if the lists have the same number of elements - noted that the TransitionEvent is for notification, and thus has no default action (ie. cancelling the event doesn't really do anything) - added elapsedTime to the context info of the TransitionEvent - made it clear that transition events do not fire if the transition is cancelled (say if the transition-property is changed) - described that shorthand properties can be animated - referenced the SVG specification for the list of SVG properties that can be animated - changed transition properties from "visual" media to "interactive", which means they do not apply to print - noted that lists in transition properties repeat as a whole in order to provide necessary values - added apostrophes into the property definitions (as reported by Øyvind) - noted that shadow lists only interpolate when there are the same number of elements in the list - Changes properties applying to "block-level and inline-level elements" to "all elements". - Transitions also apply to :before and :after pseudo elements
1 parent 70b681a commit 1e51fd6

3 files changed

Lines changed: 242 additions & 122 deletions

File tree

css3-transitions/ChangeLog

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2009-11-01 dino@apple.com
2+
3+
- made it clear that shorthand accepts duration before delay
4+
but also noted the request for 1s/2s type syntax
5+
- space-separated lists of animatable property values are only
6+
interpolated if the lists have the same number of elements
7+
- noted that the TransitionEvent is for notification, and thus
8+
has no default action (ie. cancelling the event doesn't really
9+
do anything)
10+
- added elapsedTime to the context info of the TransitionEvent
11+
- made it clear that transition events do not fire if the transition
12+
is cancelled (say if the transition-property is changed)
13+
- described that shorthand properties can be animated
14+
- referenced the SVG specification for the list of SVG properties that
15+
can be animated
16+
- changed transition properties from "visual" media to "interactive",
17+
which means they do not apply to print
18+
- noted that lists in transition properties repeat as a whole in order
19+
to provide necessary values
20+
- added apostrophes into the property definitions (as reported by Øyvind)
21+
- noted that shadow lists only interpolate when there are the same number
22+
of elements in the list
23+
- Changes properties applying to "block-level and inline-level elements" to
24+
"all elements".
25+
- Transitions also apply to :before and :after pseudo elements
26+
27+

0 commit comments

Comments
 (0)