Skip to content

Commit

Permalink
admin: Smooth out the animation on removing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Dec 18, 2024
1 parent 2a3829e commit 9a215d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/admin/app/components/playlist/ChangesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,13 @@
</span>
</div>
<svg class="hidden"><symbol id="fas-comment-dollar"><font-awesome-icon :icon="['fas', 'comment-dollar']" /></symbol></svg>
<div class="overflow-y-scroll flex flex-col portrait:gap-y-5 px-2 pt-2.5 portrait:pt-4 pb-14 portrait:pb-16 bg-white-alta">
<div class="relative overflow-y-scroll flex flex-col portrait:gap-y-5 px-2 pt-2.5 portrait:pt-4 pb-14 portrait:pb-16 bg-white-alta">
<transition-group
enter-from-class="opacity-0 -translate-x-full"
enter-active-class="transition duration-700"
leave-active-class="transition duration-700"
leave-to-class="opacity-0 -translate-x-full"
leave-active-class="absolute pr-4 w-full transition-opacity"
leave-to-class="opacity-0"
move-class="transition-[opacity,transform] duration-[300ms,500ms] delay-[0s,150ms]"
>
<div
v-for="song in props.dataChanges"
Expand Down

0 comments on commit 9a215d0

Please sign in to comment.