Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Transition Combination | Transitions
Advanced CSS Techniques

Transition CombinationTransition Combination

We can combine all transition-related properties into one line.

Let's imagine we need to add a transition property to the element. We expect:

  • the change of the background-color property;
  • the time duration is 1.2s;
  • the time function must be ease-in-out;
  • the delay is 250ms.

Long form

Shorthand form

Note

There isn't any difference in syntax for the browser. We can select any option we like more.

Все було зрозуміло?

Секція 3. Розділ 6
course content

Зміст курсу

Advanced CSS Techniques

Transition CombinationTransition Combination

We can combine all transition-related properties into one line.

Let's imagine we need to add a transition property to the element. We expect:

  • the change of the background-color property;
  • the time duration is 1.2s;
  • the time function must be ease-in-out;
  • the delay is 250ms.

Long form

Shorthand form

Note

There isn't any difference in syntax for the browser. We can select any option we like more.

Все було зрозуміло?

Секція 3. Розділ 6
some-alt