forked from web-platform-dx/web-features
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathanimations-css.yml
54 lines (54 loc) · 1.97 KB
/
animations-css.yml
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
47
48
49
50
51
52
53
54
name: Animations (CSS)
description: The `animation` CSS property animates an element's style over time, using keyframes described in `@keyframes` rules.
spec: https://drafts.csswg.org/css-animations-2/
caniuse: css-animation
group:
- animation
- css
status:
compute_from: css.properties.animation
compat_features:
- api.AnimationEvent
- api.AnimationEvent.AnimationEvent
- api.AnimationEvent.animationName
- api.AnimationEvent.elapsedTime
- api.AnimationEvent.pseudoElement
- api.CSSAnimation
- api.CSSAnimation.animationName
- api.CSSKeyframeRule
- api.CSSKeyframeRule.keyText
- api.CSSKeyframeRule.style
- api.CSSKeyframesRule
- api.CSSKeyframesRule.appendRule
- api.CSSKeyframesRule.cssRules
- api.CSSKeyframesRule.deleteRule
- api.CSSKeyframesRule.findRule
- api.CSSKeyframesRule.length
- api.CSSKeyframesRule.name
- css.at-rules.keyframes
- css.at-rules.keyframes.named_range_keyframes
- css.at-rules.keyframes.ignore_important_declarations
- css.properties.animation
- css.properties.animation-delay
- css.properties.animation-direction
- css.properties.animation-direction.alternate
- css.properties.animation-direction.alternate-reverse
- css.properties.animation-direction.normal
- css.properties.animation-direction.reverse
- css.properties.animation-duration
- css.properties.animation-duration.auto
- css.properties.animation-fill-mode
- css.properties.animation-fill-mode.backwards
- css.properties.animation-fill-mode.both
- css.properties.animation-fill-mode.forwards
- css.properties.animation-fill-mode.none
- css.properties.animation-iteration-count
- css.properties.animation-iteration-count.infinite
- css.properties.animation-name
- css.properties.animation-name.none
- css.properties.animation-play-state
- css.properties.animation-play-state.paused
- css.properties.animation-play-state.running
- css.properties.animation-timing-function
- css.properties.animation-timing-function.jump
- css.types.time