1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

Add 1s min. slideshow speed #587

This commit is contained in:
Patrik J. Braun 2023-08-26 01:02:55 +02:00
parent 659162b76b
commit 4714bafdc5

View File

@ -45,7 +45,7 @@ export class ControlsLightboxComponent implements OnDestroy, OnInit, OnChanges {
public zoom = 1;
public playBackState: PlayBackStates = PlayBackStates.Paused;
public PlayBackStates = PlayBackStates;
public playBackDurations = [2, 5, 10, 15, 20, 30, 60];
public playBackDurations = [1, 2, 5, 10, 15, 20, 30, 60];
public selectedSlideshowSpeed: number = null;
public controllersDimmed = false;