front_idill/src/config.json
author bastiena
Fri, 06 Jul 2012 13:44:25 +0200
changeset 46 9d7a2aa112fb
parent 45 0e29ae4568a0
child 52 277c94533395
permissions -rw-r--r--
Front IDILL: curves done
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35
4267d6d27a7d Front IDILL :
bastiena
parents:
diff changeset
     1
{
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
     2
	"local":"true",
35
4267d6d27a7d Front IDILL :
bastiena
parents:
diff changeset
     3
	"length":"5",
4267d6d27a7d Front IDILL :
bastiena
parents:
diff changeset
     4
	"imagesToShow":"20",
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
     5
	"totalImages":"22",
35
4267d6d27a7d Front IDILL :
bastiena
parents:
diff changeset
     6
	"timePrezoom":"500",
4267d6d27a7d Front IDILL :
bastiena
parents:
diff changeset
     7
	"timePreUnzoom":"200",
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
     8
	"timeZoom":"2000",
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
     9
	"zoomTime":"500",
35
4267d6d27a7d Front IDILL :
bastiena
parents:
diff changeset
    10
	"timeUnzoom":"400",
4267d6d27a7d Front IDILL :
bastiena
parents:
diff changeset
    11
	"timeNeighbourGlowing":"1000",
4267d6d27a7d Front IDILL :
bastiena
parents:
diff changeset
    12
	"timeNeighbourUnglowing":"1000",
4267d6d27a7d Front IDILL :
bastiena
parents:
diff changeset
    13
	"timeMovingToNeighbour":"1000",
4267d6d27a7d Front IDILL :
bastiena
parents:
diff changeset
    14
	"timeSearchFade":"2000",
4267d6d27a7d Front IDILL :
bastiena
parents:
diff changeset
    15
	"timeNotifyFade":"2000",
4267d6d27a7d Front IDILL :
bastiena
parents:
diff changeset
    16
	"timeFilterFade":"2000",
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    17
	"timeANFade":"500",
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    18
	"timeoutZoom":"2000",
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    19
	"timeoutUnzoom":"1000",
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    20
	"timeoutMoveToNeighbour":"250",
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    21
	"timeoutPointersIdle":"2000",
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    22
	"timeoutAreBothPointersHere":"500",
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    23
	"timeoutRemoveNotificationByGesture":"1500",
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    24
	"timeoutRemoveFailedNotificationByGesture":"1500",
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    25
	"timeoutNotifySwipe":"1000",
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    26
	"timeoutSelectTL":"100",
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    27
	"timeoutSlideTL":"1000",
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    28
	"timeoutCanNotifyHelp":"1000",
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    29
	"timeoutRemoveSpinner":"1000",
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    30
	"timeoutNouser":"3000",
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    31
	"timeoutNextDrawCurve":"500",
35
4267d6d27a7d Front IDILL :
bastiena
parents:
diff changeset
    32
	"zoomPercentage":"0.80",
4267d6d27a7d Front IDILL :
bastiena
parents:
diff changeset
    33
	"prezoomPercentage":"0.25",
44
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    34
	"zoomedMargin":"42",
8393d3473b98 Front IDILL:
bastiena
parents: 35
diff changeset
    35
	"host":"127.0.0.1",
45
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
    36
	"port":"8090",
0e29ae4568a0 Front IDILL:
bastiena
parents: 44
diff changeset
    37
	"mouseUpDownDeltaTreshold":"15",
46
9d7a2aa112fb Front IDILL:
bastiena
parents: 45
diff changeset
    38
	"dico":"./dico.json",
9d7a2aa112fb Front IDILL:
bastiena
parents: 45
diff changeset
    39
	"lang":"en"
35
4267d6d27a7d Front IDILL :
bastiena
parents:
diff changeset
    40
}