mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
minor changes in animation
This commit is contained in:
@@ -511,12 +511,13 @@ export default {
|
|||||||
#file-img.fly {
|
#file-img.fly {
|
||||||
animation: fly ease-in-out 1s 1 normal;
|
animation: fly ease-in-out 1s 1 normal;
|
||||||
transform-origin: center center;
|
transform-origin: center center;
|
||||||
top: 183px;
|
|
||||||
left: 225px;
|
|
||||||
transition: top 1s ease-in-out, left 1s ease-in-out;
|
|
||||||
}
|
}
|
||||||
@keyframes fly {
|
@keyframes fly {
|
||||||
100% { transform: rotate(360deg) scale(0.5); }
|
100% {
|
||||||
|
transform: rotate(360deg) scale(0.5);
|
||||||
|
top: 183px;
|
||||||
|
left: 225px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* Parse CSV dialog */
|
/* Parse CSV dialog */
|
||||||
.chars {
|
.chars {
|
||||||
|
|||||||
Reference in New Issue
Block a user