@@ -1960,67 +1960,34 @@ html.dark-skin #sepiaFW-login-help-btn {
19601960 50% { transform : scale (1.05 ); }
19611961 to { transform : none; }
19621962}
1963- @-webkit-keyframes sepiaFW-animation-enter_pop {
1964- from { -webkit-transform : none; }
1965- 50% { -webkit-transform : scale (1.05 ); }
1966- to { -webkit-transform : none; }
1967- }
19681963@keyframes sepiaFW-animation-enter_scale {
19691964 from {transform : scaleY (0 ); transform-origin : top;}
19701965 to {transform : scaleY (1 ); transform-origin : top;}
19711966}
1972- @-webkit-keyframes sepiaFW-animation-enter_scale {
1973- from {-webkit-transform : scaleY (0 ); -webkit-transform-origin : top; }
1974- to {-webkit-transform : scaleY (1 ); -webkit-transform-origin : top;}
1975- }
19761967@keyframes sepiaFW-animation-enter_fade {
19771968 from {opacity : 0.0 ;}
19781969 to {opacity : 1.0 ;}
19791970}
1980- @-webkit-keyframes sepiaFW-animation-enter_fade {
1981- from {opacity : 0.0 ;}
1982- to {opacity : 1.0 ;}
1983- }
19841971@keyframes sepiaFW-animation-blink {
19851972 from {opacity : 0.0 ;}
19861973 50% {opacity : 1.0 ;}
19871974 to {opacity : 0.0 ;}
19881975}
1989- @-webkit-keyframes sepiaFW-animation-blink {
1990- from {opacity : 0.0 ;}
1991- 50% {opacity : 1.0 ;}
1992- to {opacity : 0.0 ;}
1993- }
19941976@keyframes sepiaFW-animation-blink-inv {
19951977 from {opacity : 1.0 ;}
19961978 50% {opacity : 0.25 ;}
19971979 to {opacity : 1.0 ;}
19981980}
1999- @-webkit-keyframes sepiaFW-animation-blink-inv {
2000- from {opacity : 1.0 ;}
2001- 50% {opacity : 0.25 ;}
2002- to {opacity : 1.0 ;}
2003- }
20041981@keyframes sepiaFW-chat-output-enter_slide {
20051982 from {max-height : 0px ; padding-top : 0px ; padding-bottom : 0px ;}
20061983 25% {max-height : 100px ; padding-top : 7px ; padding-bottom : 7px ;}
20071984 95% {max-height : 400px ; padding-top : 7px ; padding-bottom : 7px ;}
20081985 to {max-height : none; padding-top : 7px ; padding-bottom : 7px ;}
20091986}
2010- @-webkit-keyframes sepiaFW-chat-output-enter_slide {
2011- from {max-height : 0px ; padding-top : 0px ; padding-bottom : 0px ;}
2012- 25% {max-height : 100px ; padding-top : 7px ; padding-bottom : 7px ;}
2013- 95% {max-height : 400px ; padding-top : 7px ; padding-bottom : 7px ;}
2014- to {max-height : none; padding-top : 7px ; padding-bottom : 7px ;}
2015- }
20161987@keyframes sepiaFW-assist-btn-orbiters-rotate {
20171988 from {transform : rotate (0deg ); transform-origin : 50% 50% ;}
20181989 to {transform : rotate (360deg ); transform-origin : 50% 50% ;}
20191990}
2020- @-webkit-keyframes sepiaFW-assist-btn-orbiters-rotate {
2021- from {-webkit-transform : rotate (0deg ); -webkit-transform-origin : 50% 50% ; }
2022- to {-webkit-transform : rotate (360deg ); -webkit-transform-origin : 50% 50% ;}
2023- }
20241991
20251992/* ------- Layers on top of main ------- */
20261993
0 commit comments