Video Conferencing, Web Conferencing, Webinars, Screen Sharing

Video Conferencing, Web Conferencing, Webinars, Screen Sharing

Source Node: 2300164

.circular {
position: relative;
top: 150px;
left: 50%;
height: auto;
width: 42px;
margin-top: -21px;
margin-left: -21px;
animation: loading-rotate 2s linear infinite;
}
.path {
animation: loading-dash 1.5s ease-in-out infinite;
stroke-dasharray: 90, 150;
stroke-dashoffset: 0;
stroke-width: 2;
stroke: #0E71EB;
stroke-linecap: round;
}
@keyframes loading-rotate {
100% {
transform: rotate(360deg);
}
}
@keyframes loading-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -40px;
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -120px;
}
}

Time Stamp:

More from Lend Academy