Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

html transition

html.color-theme-in-transition,
html.color-theme-in-transition *,
html.color-theme-in-transition *:before,
html.color-theme-in-transition *:after {
	transition: all 750ms !important;  
    transition-delay: 0 !important;
}
Source by mwichary.medium.com #
 
PREVIOUS NEXT
Tagged: #html #transition
ADD COMMENT
Topic
Name
1+5 =