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:
parent
659162b76b
commit
4714bafdc5
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user