Skip to main content
Go to Latest
File
input[type=range]::-moz-range-thumb { transition: color 200ms, transform 200ms; transform: rotate(10deg);}
input[type=range]::-webkit-slider-thumb { transition: none; transition-property: all;}
button::-moz-submit-invalid { opacity: 1; transform: translateX(45px); transition: opacity 0.5s 2s, transform 0.5s 0.5s;}
@supports (transition: opacity 0.5s 2s, transform 0.5s 0.5s) { button::-moz-submit-invalid { opacity: 1; transform: translateX(45px); transition: opacity 0.5s 2s, transform 0.5s 0.5s; } button { opacity: 1; transform: translateX(45px); transition: opacity 0.5s 2s, transform 0.5s 0.5s; }}
button::-webkit-search-cancel-button { display: flex; transition: color 200ms, transform 200ms; transform: rotate(10deg);}
button::-webkit-search-cancel-button { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-transition: color 200ms, -webkit-transform 200ms; transition: color 200ms, -webkit-transform 200ms; transition: color 200ms, transform 200ms; transition: color 200ms, transform 200ms, -webkit-transform 200ms; -webkit-transform: rotate(10deg); transform: rotate(10deg);}
.a::-webkit-search-cancel-button { display: flex; flex-flow: row; order: 0; flex: 0 1 2; transition: flex 200ms;}