|
@@ -661,13 +661,13 @@ i {
|
|
|
right: 0;
|
|
|
top: 60%;
|
|
|
z-index: 200;
|
|
|
- transition: all 0.5s cubic-bezier(0.49,-0.29,0.75, 0.14);
|
|
|
+ transition: all 0.4s cubic-bezier(0.49,-0.29,0.75, 0.14);
|
|
|
}
|
|
|
.ball .inner {
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
|
border-radius: 50%;
|
|
|
background: rgb(0, 160, 220);
|
|
|
- transition: all 0.5s linear
|
|
|
+ transition: all 0.4s linear
|
|
|
}
|
|
|
</style>
|