mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 01:48:28 +00:00
web/SidebarTab: fix selection animation in webkit
This commit is contained in:
parent
2479900bb9
commit
09a6b5179e
@ -30,7 +30,7 @@
|
|||||||
tab.classList.add("animate");
|
tab.classList.add("animate");
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
tab.classList.remove("animate");
|
tab.classList.remove("animate");
|
||||||
}, 220);
|
}, 250);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -102,10 +102,10 @@
|
|||||||
transform: scale(0.95);
|
transform: scale(0.95);
|
||||||
}
|
}
|
||||||
50% {
|
50% {
|
||||||
transform: scale(1.01);
|
transform: scale(1.02);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
transform: none;
|
transform: scale(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user