mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40:08 +00:00
some tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
10f1653f72
commit
7b93964f9f
@ -2780,10 +2780,20 @@ module.DirectControlGSAP = core.ImageGridFeatures.Feature({
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
// XXX try direct control with hammer.js
|
||||||
// XXX load state from config...
|
// XXX load state from config...
|
||||||
// XXX sometimes this makes the indicator hang for longer than needed...
|
// XXX sometimes this makes the indicator hang for longer than needed...
|
||||||
// XXX try direct control with hammer.js
|
// XXX BUG: this conflicts a bit whith ui-clickable...
|
||||||
// XXX use this with hammer.js taps...
|
// ...use this with hammer.js taps instead...
|
||||||
|
// XXX might be a good idea to make a universal and extensible control
|
||||||
|
// mode toggler...
|
||||||
|
// ...obvious chice would seem to be a meta toggler:
|
||||||
|
// config['control-mode'] = {
|
||||||
|
// <mode-name>: <mode-toggler>
|
||||||
|
// }
|
||||||
|
// and the action will toggle the given mode on and the previous
|
||||||
|
// off...
|
||||||
|
// XXX this seems a bit too complicated...
|
||||||
var IndirectControl =
|
var IndirectControl =
|
||||||
module.IndirectControl = core.ImageGridFeatures.Feature({
|
module.IndirectControl = core.ImageGridFeatures.Feature({
|
||||||
title: '',
|
title: '',
|
||||||
|
|||||||
@ -2,6 +2,8 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
<meta name="msapplication-tap-highlight" content="no" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="css/layout.css">
|
<link rel="stylesheet" href="css/layout.css">
|
||||||
<link rel="stylesheet" href="css/editor.css">
|
<link rel="stylesheet" href="css/editor.css">
|
||||||
<link rel="stylesheet" href="css/widget/browse.css">
|
<link rel="stylesheet" href="css/widget/browse.css">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user