×

注意!页面内容来自https://blogs.blackberry.com/en/home,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<> .preloader-animation-container { position: relative; height: 100vh; width: 100vw; } #bb-logo-svg { position: absolute; top: 50%; left: 50%; transform: translate(-50%-50%); } .lds-ellipsis { display: inline-block; position: absolute; top: calc(50% + 40px); left: 50%; transform: translate(-50%-50%); width: 80px; height: 80px; } .lds-ellipsis div { position: absolute; top: 33px; width: 13px; height: 13px; border-radius: 50%; background: #1475dc; animation-timing-function: cubic-bezier(0110); } .lds-ellipsis div:nth-child(1) { left: 8px; animation: lds-ellipsis1 0.6s infinite; } .lds-ellipsis div:nth-child(2) { left: 8px; animation: lds-ellipsis2 0.6s infinite; } .lds-ellipsis div:nth-child(3) { left: 32px; animation: lds-ellipsis2 0.6s infinite; } .lds-ellipsis div:nth-child(4) { left: 56px; animation: lds-ellipsis3 0.6s infinite; } /* animation */ @keyframes slide { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } } @keyframes lds-ellipsis1 { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes lds-ellipsis3 { 0% { transform: scale(1); } 100% { transform: scale(0); } } @keyframes lds-ellipsis2 { 0% { transform: translate(00); } 100% { transform: translate(24px0); } }
BlackBerry Logo