some tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2015-12-30 07:50:02 +03:00
parent 10f1653f72
commit 7b93964f9f
2 changed files with 14 additions and 2 deletions

View File

@ -2780,10 +2780,20 @@ module.DirectControlGSAP = core.ImageGridFeatures.Feature({
})
// XXX try direct control with hammer.js
// XXX load state from config...
// XXX sometimes this makes the indicator hang for longer than needed...
// XXX try direct control with hammer.js
// XXX use this with hammer.js taps...
// XXX BUG: this conflicts a bit whith ui-clickable...
// ...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 =
module.IndirectControl = core.ImageGridFeatures.Feature({
title: '',

View File

@ -2,6 +2,8 @@
<html>
<head>
<meta name="msapplication-tap-highlight" content="no" />
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/editor.css">
<link rel="stylesheet" href="css/widget/browse.css">