😎 » Анимация css » transition-property
586 0  

transition-property

transition устанавливает свойства CSS, к которым должен применяться эффект перехода.

==

О переходах

==

Синтаксис написания:

transition-property: none;
transition-property: all;
transition-property: margin-right

/* <custom-ident> values */
transition-property: test_05;
transition-property: -specific;
transition-property: sliding-vertically;

/* Multiple values */
transition-property: test1, animation4;
transition-property: all, height, all;
transition-property: all, -moz-specific, sliding;

/* Global values */
transition-property: inherit;
transition-property: initial;
transition-property: unset;


what Свойства который не анимируются - смотреть весь список


Залишити свій коментар:

Досвід у веброзробці:

2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2009
2023