fixed grammar mistake (#24673)

changed "Cascading Style-sheets" to "Cascading Style Sheets"
This commit is contained in:
Bro3Simon
2018-11-30 14:28:06 -05:00
committed by Aditya
parent cd39d3178c
commit 1fb9890647

View File

@@ -6,7 +6,7 @@ title: Animations
#### Motivation
Modern web components frequently use animations. Cascading Style-sheets (CSS) arms developers with the tools to create impressive animations. Property transitions, uniquely named animations, multi-part keyframes are possible with CSS. The animatable possibilities are endless thanks to CSS.
Modern web components frequently use animations. Cascading Style Sheets (CSS) arms developers with the tools to create impressive animations. Property transitions, uniquely named animations, multi-part keyframes are possible with CSS. The animatable possibilities are endless thanks to CSS.
In a modern web application, animation focuses the users attention. Good animations seek to guide the users attention in a satisfying, productive manner. Animations should not prove annoying to the user.