Lines Matching refs:ease

320     -webkit-transition: border-color 0.25s ease;
321 -o-transition: border-color 0.25s ease;
322 transition: border-color 0.25s ease;
340 -webkit-transition: bottom 0.25s ease;
341 -o-transition: bottom 0.25s ease;
342 transition: bottom 0.25s ease;
452 -webkit-transition: opacity 0.08s ease 0s;
453 -moz-transition: opacity 0.08s ease 0s;
454 -o-transition: opacity 0.08s ease 0s;
455 transition: opacity 0.08s ease 0s;
579 -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
580 -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
581 -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
582 transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
596 -webkit-transition: box-shadow 0.3s ease 0s;
597 -o-transition: box-shadow 0.3s ease 0s;
598 transition: box-shadow 0.3s ease 0s;
768 -webkit-transition: opacity 0.15s ease 0s;
769 -o-transition: opacity 0.15s ease 0s;
770 transition: opacity 0.15s ease 0s;
872 -webkit-transition: opacity 0.15s ease 0s;
873 -o-transition: opacity 0.15s ease 0s;
874 transition: opacity 0.15s ease 0s;
895 -webkit-transition: opacity 0.15s ease 0s;
896 -o-transition: opacity 0.15s ease 0s;
897 transition: opacity 0.15s ease 0s;
904 -webkit-transition: none 0s ease 0s !important;
905 -moz-transition: none 0s ease 0s !important;
906 -o-transition: none 0s ease 0s !important;
907 transition: none 0s ease 0s !important;
926 -webkit-transition: opacity 0.1s ease 0s;
927 -moz-transition: opacity 0.1s ease 0s;
928 -o-transition: opacity 0.1s ease 0s;
929 transition: opacity 0.1s ease 0s;
948 -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
949 -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
950 -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
951 transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
969 -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
970 -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
971 -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
972 transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;