Browse Source

fix(web): timeline scrolling up (#4612)

Sergey Kondrikov 1 year ago
parent
commit
093347c7ab
1 changed files with 0 additions and 2 deletions
  1. 0 2
      web/src/lib/components/photos-page/asset-date-group.svelte

+ 0 - 2
web/src/lib/components/photos-page/asset-date-group.svelte

@@ -13,7 +13,6 @@
   import type { AssetStore } from '$lib/stores/assets.store';
   import type { AssetInteractionStore } from '$lib/stores/asset-interaction.store';
   import type { Viewport } from '$lib/stores/assets.store';
-  import { flip } from 'svelte/animate';
 
   export let assets: AssetResponseDto[];
   export let bucketDate: string;
@@ -177,7 +176,6 @@
           <div
             class="absolute"
             style="width: {box.width}px; height: {box.height}px; top: {box.top}px; left: {box.left}px"
-            animate:flip={{ duration: 350 }}
           >
             <Thumbnail
               {asset}