css3-transitions/ChangeLog

Wed, 09 Jan 2013 07:37:20 +1100

author
Dean Jackson <dino@apple.com>
date
Wed, 09 Jan 2013 07:37:20 +1100
changeset 7174
ab47414d690c
parent 4537
ee35b5ee5ded
child 7410
c94d62eaa5a6
permissions
-rw-r--r--

- Cleaned up timing function equivalence description ("1.0" -> "1")
http://lists.w3.org/Archives/Public/www-style/2012Dec/0274.html

[Note: I'm seeing a lot of other changes in the generated output after
running 'make'. I assume these are all correct and that previous commits
had simply forgot to update the generated Overview.html. Fingers crossed.]

dino@7174 1 2013-01-09 dino@apple.com
dino@7174 2 - Cleaned up timing function equivalence description ("1.0" -> "1")
dino@7174 3 http://lists.w3.org/Archives/Public/www-style/2012Dec/0274.html
dino@7174 4
dbaron@4537 5 2012-02-17 dbaron@dbaron.org
dbaron@4537 6 - Allow 'all' within the list in transition-property, as resolved in
dbaron@4537 7 http://lists.w3.org/Archives/Public/www-style/2011Nov/0709.html .
dbaron@4537 8 Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=14602 .
dbaron@4537 9
dbaron@4537 10 2012-02-15 dbaron@dbaron.org
dbaron@4537 11 - link to issue tracking in Bugzilla
dbaron@4537 12
simon@4394 13 2012-01-31 simon.fraser@apple.com
simon@4394 14 - Qualify the table style with a classname to avoid styling the propdef tables.
simon@4394 15 - Switch back to the Editors Draft stylesheet.
simon@4394 16
simon@4370 17 2012-01-30 simon.fraser@apple.com
simon@4370 18 - Formatting only. Change from spans to code elements for correct styling.
simon@4370 19
dino@3189 20 2011-07-24 dino@apple.com
dino@3189 21
dino@3189 22 - Inverted range of visibility property (Sylvain feedback 28 April)
dino@3189 23 - Zero times now have the unit specifier (dbaron feedback 11 April)
dino@3189 24 - Lists repeat if possible in transitions (Sylvain feedback 7 April)
dino@3189 25 Also, removed "space-separated" from that section. Lists can be
dino@3189 26 comma-separated too.
dino@3189 27
dino@2615 28 2011-04-05 dino@apple.com
dino@2615 29
dino@2615 30 - change shorthand transition description to say that *any* transitionable
dino@2615 31 property will move
dino@2615 32 - steps() takes an integer >= 1
dino@2615 33 - cubic bezier timing function can take control points with y
dino@2615 34 values outside [0,1]
dino@2615 35
simon@2533 36 2011-03-21 simon.fraser@apple.com
simon@2533 37
simon@2533 38 - Removed "Module Level 3" from the title.
simon@2533 39
dino@1907 40 2010-08-22 dino@apple.com
dino@1907 41
dino@1907 42 - added steps() timing function
dino@1907 43
simon@1766 44 2010-04-26 simon.fraser@apple.com
simon@1766 45
simon@1766 46 - added clip to the list of animatable properties
simon@1766 47
dino@1669 48 2010-03-10 dino@apple.com
dino@1669 49
dino@1669 50 - remove background-image from the list of animatable properties
dino@1669 51
dbaron@1547 52 2009-11-24 dbaron@dbaron.org
dbaron@1547 53
dbaron@1548 54 - fix TAB characters that I mistakenly introduced in the source
dbaron@1547 55 - fix sentence structure (oddly placed parenthetical) that caused confusion
dbaron@1547 56
dbaron@1539 57 2009-11-22 dbaron@dbaron.org
dbaron@1539 58
dbaron@1543 59 - define that unknown and non-animatable properties must be kept in the
dbaron@1543 60 list for 'transition-property'
dbaron@1543 61 - define how shorthands work as a value of 'transition-property'
dbaron@1543 62 - add issue about whether 'none', 'all', 'inherit', and 'initial' within
dbaron@1543 63 a list of length greater than one
dbaron@1543 64 - define behavior for a property being repeated in 'transition-property'
dbaron@1543 65 the last occurrence wins, as described in
dbaron@1543 66 http://lists.w3.org/Archives/Public/www-style/2009May/0153.html
dbaron@1542 67 - note open issue about whether the list length that matters is that of the
dbaron@1542 68 longest transition-* list or the length of the transition-property list
dbaron@1541 69 - note open issue on whether colors are interpolated premultiplied or not
dbaron@1540 70 - added myself as a co-editor
dbaron@1540 71 - added section on Starting of transitions to address the following issues:
dbaron@1540 72 http://lists.w3.org/Archives/Public/www-style/2009Jun/0121.html
dbaron@1540 73 http://lists.w3.org/Archives/Public/www-style/2009Oct/0338.html
dbaron@1540 74 http://lists.w3.org/Archives/Public/www-style/2009Oct/0339.html
dbaron@1540 75 the first of which has a tentative group resolution in
dbaron@1540 76 http://lists.w3.org/Archives/Public/www-style/2009Jul/0050.html
dbaron@1539 77 - added rule for animation of shadow lists of different lengths, per
dbaron@1539 78 group resolution in
dbaron@1539 79 http://lists.w3.org/Archives/Public/www-style/2009Jul/0050.html
dbaron@1539 80
dino@1531 81 2009-11-17 dino@apple.com
dino@1531 82
dino@1531 83 - added rules for reversibility of transforms
dino@1531 84
dino@1469 85 2009-11-01 dino@apple.com
dino@1469 86
dino@1469 87 - made it clear that shorthand accepts duration before delay
dino@1469 88 but also noted the request for 1s/2s type syntax
dino@1469 89 - space-separated lists of animatable property values are only
dino@1469 90 interpolated if the lists have the same number of elements
dino@1469 91 - noted that the TransitionEvent is for notification, and thus
dino@1469 92 has no default action (ie. cancelling the event doesn't really
dino@1469 93 do anything)
dino@1469 94 - added elapsedTime to the context info of the TransitionEvent
dino@1469 95 - made it clear that transition events do not fire if the transition
dino@1469 96 is cancelled (say if the transition-property is changed)
dino@1469 97 - described that shorthand properties can be animated
dino@1469 98 - referenced the SVG specification for the list of SVG properties that
dino@1469 99 can be animated
dino@1469 100 - changed transition properties from "visual" media to "interactive",
dino@1469 101 which means they do not apply to print
dino@1469 102 - noted that lists in transition properties repeat as a whole in order
dino@1469 103 to provide necessary values
dino@1469 104 - added apostrophes into the property definitions (as reported by Øyvind)
dino@1469 105 - noted that shadow lists only interpolate when there are the same number
dino@1469 106 of elements in the list
dino@1469 107 - Changes properties applying to "block-level and inline-level elements" to
dino@1469 108 "all elements".
dino@1469 109 - Transitions also apply to :before and :after pseudo elements
dino@1469 110
dino@1469 111

mercurial