Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

transition shorthand

div {
  transition: width 2s linear 1s;
  /* property duration timing-functiom delay */
}
 
PREVIOUS NEXT
Tagged: #transition #shorthand
ADD COMMENT
Topic
Name
8+3 =