Skip to content

Commit 7c12746

Browse files
Update 7-animation/2-css-animations/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
1 parent 2b8354b commit 7c12746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-animation/2-css-animations/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Now, let's cover animation properties one by one.
7474

7575
## transition-property
7676

77-
In `transition-property` we write a list of properties to animate, for instance: `left`, `margin-left`, `height`, `color`.
77+
In `transition-property`, we write a list of properties to animate, for instance: `left`, `margin-left`, `height`, `color`. Or we could write `all`, which means "animate all properties".
7878

7979
Not all properties can be animated, but [many of them can](http://www.w3.org/TR/css3-transitions/#animatable-properties-). The value `all` means "animate all properties".
8080

0 commit comments

Comments
 (0)