1
0
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:
lana-k
2021-05-06 15:05:58 +02:00
parent 9b3dda6cff
commit 653f8eff7b

View File

@@ -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 {