1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat(UI): folders implementation

This commit is contained in:
2022-11-23 17:52:08 +01:00
parent 5a028a4ea2
commit ece6c6401d
5 changed files with 319 additions and 39 deletions

View File

@ -43,6 +43,14 @@
animation: jump-down-in 0.2s reverse;
}
.flip-list-move {
transition: transform 0.5s;
}
.no-move {
transition: transform 0s;
}
.pulse {
animation-name: pulse;
animation-duration: 2s;