Use spring to animate lightbox thumbnails

This commit is contained in:
Fedor Indutny 2023-03-08 17:32:18 -08:00 committed by GitHub
parent 5d07167222
commit 74097a0efa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 139 additions and 47 deletions

View file

@ -34,5 +34,6 @@ export namespace DurationInSeconds {
export const HOUR = DurationInSeconds.fromHours(1);
export const MINUTE = DurationInSeconds.fromMinutes(1);
export const DAY = DurationInSeconds.fromDays(1);
export const WEEK = DurationInSeconds.fromWeeks(1);
}
/* eslint-enable @typescript-eslint/no-namespace, @typescript-eslint/no-redeclare */