Date Submitted: 13/05/2022
.btn-frame {
display: block;
width: 50px;
height: 50px;
position: fixed;
right: 27px;
z-index: 10;
cursor: pointer;
}
.btn-frame i {
display: flex;
display: -ms-flex;
justify-content: center;
align-items: center;
-ms-flex-align: center;
width: 50px;
height: 50px;
border-radius: 50%;
background: #0A7CFF;
position: relative;
z-index: 1;
}
.btn-frame i img {
vertical-align: middle;
width: 70%;
}
.btn-frame .animated.infinite {
animation-iteration-count: infinite;
}
.btn-frame .btn-circle {
width: 60px;
height: 60px;
top: -5px;
right: -5px;
position: absolute;
background-color: transparent;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border: 2px solid #0A7CFF;
opacity: 0.1;
border-color: #0A7CFF;
opacity: 0.5;
}
.btn-frame .zoomIn {
animation-name: zoomIn;
}
.btn-frame .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.btn-frame .btn-circle-fill {
width: 70px;
height: 70px;
top: -10px;
right: -10px;
position: absolute;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border: 2px solid transparent;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
background-color: #0A7CFF;
opacity: 0.4;
}
.btn-frame .pulse {
animation-name: pulse;
}
.btn-zalo {
bottom: 160px;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
© Copyright 2017 - 2026 | BCTECH | All Rights Reserved | Designed by VUA WEBSITE
