Merge branch 'f0ckdev' into 'master'
Controls verschwinden jetzt auch mal! :> See merge request !82
This commit is contained in:
commit
64e8cadf71
|
@ -45,7 +45,7 @@
|
||||||
iconPrefix: 'plyr',
|
iconPrefix: 'plyr',
|
||||||
iconUrl: 'https://f0ck.me/s/plyr.svg',
|
iconUrl: 'https://f0ck.me/s/plyr.svg',
|
||||||
clickToPlay: true,
|
clickToPlay: true,
|
||||||
hideControls: false,
|
hideControls: true,
|
||||||
showPosterOnEnd: false,
|
showPosterOnEnd: false,
|
||||||
disableContextMenu: true,
|
disableContextMenu: true,
|
||||||
keyboardShorcuts: {
|
keyboardShorcuts: {
|
||||||
|
@ -2606,7 +2606,7 @@
|
||||||
|
|
||||||
// Delay hiding on move events
|
// Delay hiding on move events
|
||||||
if (_inArray(['mousemove', 'touchmove'], toggle.type)) {
|
if (_inArray(['mousemove', 'touchmove'], toggle.type)) {
|
||||||
delay = 2000;
|
//delay = 5555;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Delay a little more for keyboard users
|
// Delay a little more for keyboard users
|
||||||
|
|
Loading…
Reference in New Issue
Block a user