File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/cedarresidency.com/css/team-staff.css
Back
/*-----------------------------------------*/ /* TEAM 002 /*-----------------------------------------*/ .carousel:hover{ cursor: -moz-grab; cursor: -webkit-grab; } .carousel:active{ cursor: -moz-grabbing; cursor: -webkit-grabbing; } /*----- MAIN WRAPPER -----*/ .sz_team_002_wrapper{ overflow: hidden; } /*---------------------------*/ /* HEADER /*---------------------------*/ /*----- MAIN WRAPPER -----*/ .sz_team_002_header{ width: 40%; margin: auto; text-align: center; padding: 50px 0 20px 0; } .sz_team_002_header > h1{ margin: 0; color: #2a2f32; font-size: 30px; font-weight: 400; text-transform: uppercase; text-decoration: none; text-shadow: none; font-family: 'Lato', sans-serif; -webkit-font-smoothing: antialiased; } .sz_team_002_header > h1 > span{ margin: 0 7px; color: #2aa5ab; border-style: solid; border-width: 2px 0; border-color: #2aa5ab; } /*---------------------------*/ /* TRIGGER TEAM /*---------------------------*/ /*----- GENERAL -----*/ .sz_team_002_trig{ padding:0; } .sz_team_002_trig_col_2{ padding: 25px 200px; } .sz_team_002_trig > .row{ margin: 0; } .sz_team_002_trig > .row > div{ padding: 0; } .sz_team_002_trig_wrap{ overflow: hidden; position: relative } /*----- IMAGE -----*/ .sz_team_002_trig_img{ overflow: hidden; position: relative; } .sz_team_002_trig_img > img{ width: 100%; display: block; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1); transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1); } .sz_team_002_trig_wrap:hover .sz_team_002_trig_img > img{ -webkit-transform: scale(1.3); transform: scale(1.3); } /*----- TRIGGER BUTTON -----*/ .sz_team_002_trig_btn{ top: 0; left: 0; right: 0; bottom: 0; opacity: 0; height: 65%; visibility: hidden; position: absolute; background: rgba(42,47,50,0.9); -webkit-transform: translate(0,-100%); transform: translate(0,-100%); -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99); transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99); } .sz_team_002_trig_wrap:hover .sz_team_002_trig_btn{ opacity: 1; visibility: visible; -webkit-transform: translate(0,0); transform: translate(0,0); } .sz_team_002_trig_btn > a:link, .sz_team_002_trig_btn > a:visited{ top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 40px; height: 40px; color: #ffffff; display: block; position: absolute; font-size: 16px; font-weight: 400; line-height: 40px; text-align: center; background:#333333; text-transform: uppercase; -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99); transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99); } .sz_team_002_trig_btn > a:focus{ outline: 0; } .sz_team_002_trig_btn > a:hover, .sz_team_002_trig_btn > a:active{ outline: 0; color: #ffffff; background: #2aa5ab; } .sz_team_002_trig_btn:hover{ } /*----- TEXT -----*/ .sz_team_002_trig_txt{ bottom: 0; width: 100%; height: 35%; text-align: left; position: absolute; background: rgba(42,47,50,0.9); -webkit-transform: translate(0,100%); transform: translate(0,100%); -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99); transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99); } .sz_team_002_trig_wrap:hover .sz_team_002_trig_txt{ -webkit-transform: translate(0,0); transform: translate(0,0); } /*----- NAME AND CATEGORY -----*/ .sz_team_002_trig_txt_name > a, .sz_team_002_trig_txt_name > span, .sz_team_002_trig_btn > a{ margin: 0; text-decoration: none; text-shadow: none; font-family: 'Lato', sans-serif; -webkit-font-smoothing: antialiased; } .sz_team_002_trig_txt_name{ padding: 10px 5px 5px 10px; } .sz_team_002_trig_txt_name > a{ color: #ffffff; font-size: 14px; font-weight: 400; text-transform: uppercase; -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99); transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99); } .sz_team_002_trig_txt_name > a:hover{ color: #2aa5ab; } .sz_team_002_trig_txt_name > span{ color: #ababab; display: block; font-size: 11px; font-weight: 500; text-transform: uppercase; } /*-----------------------------------------*/ /* MODAL OR LIGHT BOX /*-----------------------------------------*/ /*----- FADE IN AND OUT EFFECT -----*/ .modal.fade.sz_tm_002_mod_sld .modal-dialog{ -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99); -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99); transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99); } .modal.in.sz_tm_002_mod_sld .modal-dialog{ -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; -webkit-animation-name: rbmFadeInRight; animation-name: rbmFadeInRight; -webkit-animation-timing-function: cubic-bezier(0.22,0.81,0.01,0.99); animation-timing-function: cubic-bezier(0.22,0.81,0.01,0.99); -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } /*----- FADE IN RIGHT -----*/ @-webkit-keyframes rbmFadeInRight{ from{ opacity: 0; -webkit-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0); } to{ opacity: 1; -webkit-transform: none; transform: none; } } @keyframes rbmFadeInRight{ from{ opacity: 0; -webkit-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0); } to{ opacity: 1; -webkit-transform: none; transform: none; } } /*----- BACKDROP -----*/ .modal-backdrop{ background: transparent; } /*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/ .modal.sz_tm_002_mod_sld.carousel{ position: fixed; } .sz_tm_002_mod_sld{ padding-left: 0 !important; padding-right: 0 !important; } /*----- MODAL SIZES -----*/ .sz_tm_002_mod_sld > .modal-dialog{ margin: 0; width: 100%; height: 100%; overflow-y: auto; overflow-x: hidden; position: absolute; background: transparent; } @media (min-width: 768px){ .sz_tm_002_mod_sld > .modal-dialog{ width: 100%; margin: 0 0; height: 100%; } } .sz_tm_002_mod_sld > .modal-dialog > .modal-content{ outline: 0; width: 100%; height: 100%; border: none; position: relative; background-color: #ffffff; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; border-radius: 0; } .sz_tm_002_mod_sld > .modal-dialog::-webkit-scrollbar{ width: 2px; } .sz_tm_002_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{ background: #ababab; -webkit-border-radius: 0; border-radius: 0; } /*----- CLOSE BUTTON -----*/ .sz_team_002_close{ top: 20px; right: 20px; width: 40px; z-index: 100; height: 40px; color: #ababab; font-size: 20px; line-height: 38px; text-align: center; position: absolute; background: transparent; border: 1px solid #ababab; -webkit-border-radius: 100%; border-radius: 100%; -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99); transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99); } .sz_team_002_close:hover{ color: #ffffff; background: #2aa5ab; border: 1px solid #2aa5ab; } /*-----------------------------------------*/ /* SLIDER /*-----------------------------------------*/ /*----- GENERAL -----*/ .sz_tm_002_mod_sld .carousel-inner{ width: 100%; height: 100%; overflow-y: auto; position: relative; overflow-x: hidden; } .sz_tm_002_mod_sld .carousel-inner::-webkit-scrollbar{ width: 2px; } .sz_tm_002_mod_sld .carousel-inner::-webkit-scrollbar-thumb{ background: #ababab; -webkit-border-radius: 0; border-radius: 0; } /*----- INDICATORS CONTROL -----*/ .sz_team_002_indicators .carousel-indicators{ left: 10px; right: auto; top: 10px; width: 90%; bottom: auto; height: 30px; margin: auto; padding: 0 15px; cursor: pointer; overflow-x: auto; text-align: left; overflow-y: hidden; white-space: nowrap; } .sz_team_002_indicators .carousel-indicators li{ padding: 0; width: 20px; height: 20px; text-indent: 0; margin: 5px 1px; cursor: pointer; overflow: hidden; background: transparent; border: 1px solid #ababab; -webkit-border-radius: 100%; border-radius: 100%; -webkit-transition: all .2s cubic-bezier(0.22,0.81,0.01,0.99); transition: all .2s cubic-bezier(0.22,0.81,0.01,0.99); } .sz_team_002_indicators .carousel-indicators .active{ width: 20px; height: 20px; text-indent: 0; margin: 5px 1px; background: #2aa5ab; border: 1px solid #2aa5ab; } .sz_team_002_indicators .carousel-indicators::-webkit-scrollbar{ height: 2px; } .sz_team_002_indicators .carousel-indicators::-webkit-scrollbar-thumb{ background: #ababab; -webkit-border-radius: 0; border-radius: 0; } /*----- LEFT/RIGHT CONTROL -----*/ .sz_team_002_controls .carousel-control{ top: auto; opacity: 1; width: 40px; height: 40px; z-index: 100; bottom: 20px; color: #ababab; font-size: 20px; cursor: pointer; font-weight: 400; overflow: hidden; line-height: 38px; text-shadow: none; position: absolute; background: transparent; border: 1px solid #ababab; -webkit-font-smoothing: antialiased; -webkit-border-radius: 100%; border-radius: 100%; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99); transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99); } .sz_team_002_controls .carousel-control.left{ left: auto; right: 63px; } .sz_team_002_controls .carousel-control.right{ left: auto; right: 20px; } .sz_team_002_controls .carousel-control:hover{ color: #ffffff; background: #2aa5ab; border: 1px solid #2aa5ab; } /*----- SLIDE IMAGE -----*/ .sz_team_002_slide_img{ top: 70px; width: 30%; display: block; position: absolute; padding: 100px 0 10px 100px; } .sz_team_002_slide_img > img{ width: 100%; display: block; border: 10px solid #ababab; } /*----- SLIDE TEXT -----*/ .sz_team_002_slide_txt > h1, .sz_team_002_slide_txt > p, .sz_team_002_slide_txt > span, .sz_team_002_slide_txt > a{ text-decoration: none; text-shadow: none; font-family: 'Lato', sans-serif; -webkit-font-smoothing: antialiased; } .sz_team_002_slide_txt{ right: 0; top: 70px; width: 70%; position: absolute; padding: 100px 100px 10px 50px; } .sz_team_002_slide_txt > h1{ margin: 5px 0; padding: 2px 0; color: #333333; font-size: 28px; font-weight: 700; text-transform: uppercase; } .sz_team_002_slide_txt > span{ color: #ababab; font-size: 14px; font-weight: 700; text-transform: uppercase; } .sz_team_002_slide_txt > p{ color: #2a2f32; font-size: 14px; font-weight: 400; text-align: justify; margin: 15px 0 25px 0; } /*----- SOCIAL MEDIA ICONS -----*/ .sz_team_002_slide_txt > ul{ padding: 0; list-style-type: none; } .sz_team_002_slide_txt > ul > li{ display: inline-block; } .sz_team_002_slide_txt > ul > li > a{ width: 40px; height: 40px; display: block; color: #ababab; line-height: 38px; text-align: center; background: transparent; border: 1px solid #ababab; -webkit-border-radius: 100%; border-radius: 100%; -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99); transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99); } .sz_team_002_slide_txt > ul > li > a:hover{ color: #ffffff; background: #2aa5ab; border: 1px solid #2aa5ab; } /*-----------------------------------------*/ /* RESPONSIVE /*-----------------------------------------*/ /*---------- MEDIA 480px ----------*/ @media only screen and (max-width: 480px){ /*----- HEADER -----*/ .sz_team_002_header{ width: 95%; } .sz_team_002_header > h1{ font-size: 20px; } /*----- 2 COLUMNS -----*/ .sz_team_002_trig_col_2{ padding: 25px 50px; } /*----- CLOSE BUTTON -----*/ .sz_team_002_close{ top: 5px; right: 5px; width: 30px; height: 30px; line-height: 28px; } /*----- INDICATORS CONTROL -----*/ .sz_team_002_indicators .carousel-indicators li{ width: 12px; height: 12px; } .sz_team_002_indicators .carousel-indicators .active{ width: 12px; height: 12px; } /*----- LEFT/RIGHT CONTROL -----*/ .sz_team_002_controls .carousel-control{ bottom: 5px; width: 30px; height: 30px; line-height: 28px; } .sz_team_002_controls .carousel-control.left{ left: auto; right: 36px; } .sz_team_002_controls .carousel-control.right{ left: auto; right: 5px; } /*----- SLIDE IMAGE -----*/ .sz_team_002_slide_img{ top: 50px; width: 80%; margin: auto; padding: 10px; position: relative; } /*----- SLIDE TEXT -----*/ .sz_team_002_slide_txt{ top: 50px; width: 80%; margin: auto; position: relative; padding: 10px; } .sz_team_002_slide_txt > h1{ font-size: 20px; } .sz_team_002_slide_txt > p{ font-size: 11px; margin: 10px 0 10px 0; } /*----- SOCIAL MEDIA ICONS -----*/ .sz_team_002_slide_txt > ul > li > a{ width: 30px; height: 30px; line-height: 28px; } } /*---------- MEDIA 481px - 600px ----------*/ @media (min-width: 481px) and (max-width: 600px){ /*----- HEADER -----*/ .sz_team_002_header{ width: 75%; } /*----- TRIGGER -----*/ .sz_team_002_trig{ padding: 25px 100px; } /*----- SLIDE IMAGE -----*/ .sz_team_002_slide_img{ top: 50px; width: 60%; margin: auto; padding: 10px; position: relative; } /*----- SLIDE TEXT -----*/ .sz_team_002_slide_txt{ top: 50px; width: 80%; margin: auto; padding: 10px; position: relative; } .sz_team_002_slide_txt > h1{ font-size: 20px; } .sz_team_002_slide_txt > p{ font-size: 11px; margin: 10px 0 10px 0; } } /*---------- MEDIA 601px - 767px ----------*/ @media (min-width: 601px) and (max-width: 767px){ /*----- HEADER -----*/ .sz_team_002_header{ width: 60%; } /*----- TRIGGER -----*/ .sz_team_002_trig{ padding: 25px 150px; } /*----- SLIDE IMAGE -----*/ .sz_team_002_slide_img{ top: 50px; width: 50%; margin: auto; padding: 10px; position: relative; } /*----- SLIDE TEXT -----*/ .sz_team_002_slide_txt{ top: 50px; width: 80%; margin: auto; padding: 10px; position: relative; } } /*---------- MEDIA 768px - 991px ----------*/ @media (min-width: 768px) and (max-width: 991px){ /*----- 2 COLUMNS -----*/ .sz_team_002_trig_col_2{ padding: 25px 50px; } /*----- SLIDE IMAGE -----*/ .sz_team_002_slide_img{ width: 35%; padding: 100px 0 10px 30px; } /*----- SLIDE TEXT -----*/ .sz_team_002_slide_txt{ width: 65%; padding: 100px 30px 10px 20px; } } /*---------- MEDIA 992px - 1200px ----------*/ @media (min-width: 992px) and (max-width: 1200px){ /*----- 2 COLUMNS -----*/ .sz_team_002_trig_col_2{ padding: 25px 150px; } .sz_team_002_trig_txt_name > a{ font-size: 11px; } .sz_team_002_trig_txt_name > span{ font-size: 10px; } /*----- SLIDE IMAGE -----*/ .sz_team_002_slide_img{ padding: 100px 0 10px 70px; } /*----- SLIDE TEXT -----*/ .sz_team_002_slide_txt{ padding: 100px 70px 10px 20px; } } /*-----------------------------------------*/ /* BACKDROP COLORS /*-----------------------------------------*/ .sz_bd_black:before{ top: 0; left: 0; right: 0; bottom: 0; width: 100%; content: ""; opacity: 0.9; height: 100%; margin: auto; position: fixed; background: #000000; } .sz_bd_white:before{ top: 0; left: 0; right: 0; bottom: 0; width: 100%; content: ""; opacity: 0.9; height: 100%; margin: auto; position: fixed; background: #ffffff; } .sz_bd_transp:before{ top: 0; left: 0; right: 0; bottom: 0; width: 100%; content: ""; opacity: 0.5; height: 100%; margin: auto; position: fixed; background: transparent; } /*-----------------------------------------*/ /* FIVE COLOUMNS /*-----------------------------------------*/ .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 { min-height: 1px; position: relative; } .col-xs-15 { width: 20%; float: left; } @media (min-width: 768px) { .col-sm-15 { width: 20%; float: left; } } @media (min-width: 992px) { .col-md-15 { width: 20%; float: left; } } @media (min-width: 1200px) { .col-lg-15 { width: 20%; float: left; } } /*-----------------------------------------*/ /* SLIDER TIMING FUNCTIONS /*-----------------------------------------*/ /*---------- sz_ease ----------*/ .sz_ease .carousel-inner > .item{ -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; transition-timing-function: ease; } @media all and (transform-3d), (-webkit-transform-3d){ .sz_ease .carousel-inner > .item { -webkit-transition-timing-function: ease; -moz-transition-timing-function: ease; transition-timing-function: ease; } } /*---------- sz_slowSpeedy ----------*/ .sz_slowSpeedy .carousel-inner > .item{ -webkit-transition-timing-function: cubic-bezier(0.3,1,0,1); -moz-transition-timing-function: cubic-bezier(0.3,1,0,1); transition-timing-function: cubic-bezier(0.3,1,0,1); } @media all and (transform-3d), (-webkit-transform-3d){ .sz_slowSpeedy .carousel-inner > .item { -webkit-transition-timing-function: cubic-bezier(0.3,1,0,1); -moz-transition-timing-function: cubic-bezier(0.3,1,0,1); transition-timing-function: cubic-bezier(0.3,1,0,1); } } /*---------- sz_easeOutInCubic ----------*/ .sz_easeOutInCubic .carousel-inner > .item{ -webkit-transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99); -moz-transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99); transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99); } @media all and (transform-3d), (-webkit-transform-3d){ .sz_easeOutInCubic .carousel-inner > .item { -webkit-transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99); -moz-transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99); transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99); } } /*---------- sz_swing ----------*/ .sz_swing .carousel-inner > .item{ -webkit-transition-timing-function: cubic-bezier(.02,.01,.47,1); -moz-transition-timing-function: cubic-bezier(.02,.01,.47,1); transition-timing-function: cubic-bezier(.02,.01,.47,1); } @media all and (transform-3d), (-webkit-transform-3d){ .sz_swing .carousel-inner > .item { -webkit-transition-timing-function: cubic-bezier(.02,.01,.47,1); -moz-transition-timing-function: cubic-bezier(.02,.01,.47,1); transition-timing-function: cubic-bezier(.02,.01,.47,1); } } /*---------- sz_easeOutCubic ----------*/ .sz_easeOutCubic .carousel-inner > .item{ -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1); -moz-transition-timing-function: cubic-bezier(.215,.61,.355,1); transition-timing-function: cubic-bezier(.215,.61,.355,1); } @media all and (transform-3d), (-webkit-transform-3d){ .sz_easeOutCubic .carousel-inner > .item { -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1); -moz-transition-timing-function: cubic-bezier(.215,.61,.355,1); transition-timing-function: cubic-bezier(.215,.61,.355,1); } } /*---------- sz_easeOutCirc ----------*/ .sz_easeOutCirc .carousel-inner > .item{ -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1); -moz-transition-timing-function: cubic-bezier(.075,.82,.165,1); transition-timing-function: cubic-bezier(.075,.82,.165,1); } @media all and (transform-3d), (-webkit-transform-3d){ .sz_easeOutCirc .carousel-inner > .item { -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1); -moz-transition-timing-function: cubic-bezier(.075,.82,.165,1); transition-timing-function: cubic-bezier(.075,.82,.165,1); } } /*---------- sz_easeOutExpo ----------*/ .sz_easeOutExpo .carousel-inner > .item{ -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1); -moz-transition-timing-function: cubic-bezier(.19,1,.22,1); transition-timing-function: cubic-bezier(.19,1,.22,1); } @media all and (transform-3d), (-webkit-transform-3d){ .sz_easeOutExpo .carousel-inner > .item { -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1); -moz-transition-timing-function: cubic-bezier(.19,1,.22,1); transition-timing-function: cubic-bezier(.19,1,.22,1); } } /*---------- sz_easeOutQuad ----------*/ .sz_easeOutQuad .carousel-inner > .item{ -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94); -moz-transition-timing-function: cubic-bezier(.25,.46,.45,.94); transition-timing-function: cubic-bezier(.25,.46,.45,.94); } @media all and (transform-3d), (-webkit-transform-3d){ .sz_easeOutQuad .carousel-inner > .item { -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94); -moz-transition-timing-function: cubic-bezier(.25,.46,.45,.94); transition-timing-function: cubic-bezier(.25,.46,.45,.94); } } /*---------- sz_easeOutQuart ----------*/ .sz_easeOutQuart .carousel-inner > .item{ -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1); -moz-transition-timing-function: cubic-bezier(.165,.84,.44,1); transition-timing-function: cubic-bezier(.165,.84,.44,1); } @media all and (transform-3d), (-webkit-transform-3d){ .sz_easeOutQuart .carousel-inner > .item { -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1); -moz-transition-timing-function: cubic-bezier(.165,.84,.44,1); transition-timing-function: cubic-bezier(.165,.84,.44,1); } } /*---------- sz_easeOutQuint ----------*/ .sz_easeOutQuint .carousel-inner > .item{ -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1); -moz-transition-timing-function: cubic-bezier(.23,1,.32,1); transition-timing-function: cubic-bezier(.23,1,.32,1); } @media all and (transform-3d), (-webkit-transform-3d){ .sz_easeOutQuint .carousel-inner > .item { -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1); -moz-transition-timing-function: cubic-bezier(.23,1,.32,1); transition-timing-function: cubic-bezier(.23,1,.32,1); } } /*---------- sz_easeOutSine ----------*/ .sz_easeOutSine .carousel-inner > .item{ -webkit-transition-timing-function: cubic-bezier(.39,.575,.565,1); -moz-transition-timing-function: cubic-bezier(.39,.575,.565,1); transition-timing-function: cubic-bezier(.39,.575,.565,1); } @media all and (transform-3d), (-webkit-transform-3d){ .sz_easeOutSine .carousel-inner > .item { -webkit-transition-timing-function: cubic-bezier(.39,.575,.565,1); -moz-transition-timing-function: cubic-bezier(.39,.575,.565,1); transition-timing-function: cubic-bezier(.39,.575,.565,1); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.78 |
proxy
|
phpinfo
|
Settings