-
Notifications
You must be signed in to change notification settings - Fork 791
Expand file tree
/
Copy pathChangeLog
More file actions
47 lines (32 loc) · 1.69 KB
/
ChangeLog
File metadata and controls
47 lines (32 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
2011-07-24 dino@apple.com
- Zero times now have the unit specifier (dbaron feedback 11 April)
2011-04-05 dino@apple.com
Changes from David Baron's feedback
- describe that animationstart event fires after delay has expired
either with a zero elapsedTime (in the case where delay >= 0) or
-1 * delay (in the case where delay < 0)
- if the same property is animated in multiple animations, then the
animation-name closest to the end of the list wins.
- animation-name is the dominant property for lists. Every other property
repeats to fill whatever animation-name requires.
- insertRule is now appendRule (always appends, does not replace)
- describe that animations with a 0 duration still respect fill mode, delay
and fire events.
2011-03-21 simon.fraser@apple.com
- Removed "Module Level 3" from the title.
2011-01-20 simon.fraser@apple.com
- copy prose from transitions related to disambiguation of animation-duration
and animation-delay in the shorthand.
2010-08-19 dino@apple.com
- add animation-fill-mode property
- list stepped timing functions
2010-03-23 simon.fraser@apple.com
- Better start to the Keyframes section
- Example 1 changed to use an identifier, rather than a string for the keyframes name.
- Changed paragraph stating that 'from' and 'to' keyframes are required to say that these
are implied if missing, using the computed values. Added ISSUE related to repeating animations.
- Added NOTE to clarify behavior when a property is not specified in all keyframes.
- Move the contents Animation Behavior section into the Animation section, so we introduce general
animation behavior before diving into keyframes.
2010-03-10 simon.fraser@apple.com
- enhance the Abstract and Introduction.