front_idill/src/defaults.js
author bastiena
Wed, 01 Aug 2012 16:44:02 +0200
changeset 63 0947deb9ab6d
parent 58 a28488078053
child 77 205409da0f32
permissions -rw-r--r--
Front IDILL: menu fixed + default language added
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
52
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
     1
/*
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
     2
* This file is part of the TraKERS\Front IDILL package.
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
     3
*
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
     4
* (c) IRI <http://www.iri.centrepompidou.fr/>
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
     5
*
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
     6
* For the full copyright and license information, please view the LICENSE
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
     7
* file that was distributed with this source code.
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
     8
*/
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
     9
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    10
/*
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    11
 * Projet : TraKERS
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    12
 * Module : Front IDILL
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    13
 * Fichier : defaults.js
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    14
 * 
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    15
 * Auteur : alexandre.bastien@iri.centrepompidou.fr
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    16
 * 
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    17
 * Fonctionnalités : Ce fichier contient la configuration par défaut du Front IDILL.
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    18
 */
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    19
 
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    20
 var default_parameters = {
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    21
	local : true,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    22
	mouseInteractions : true,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    23
	noUserModeEnabled : true,
58
a28488078053 Front IDILL:
bastiena
parents: 55
diff changeset
    24
	kinectMinCoordX : 40,
a28488078053 Front IDILL:
bastiena
parents: 55
diff changeset
    25
	kinectMinCoordY : 30,
a28488078053 Front IDILL:
bastiena
parents: 55
diff changeset
    26
	kinectMaxCoordX : 520,
a28488078053 Front IDILL:
bastiena
parents: 55
diff changeset
    27
	kinectMaxCoordY : 260,
52
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    28
	videoConfigFileLocal : "./player/json/local_videos.json",
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    29
	videoConfigFileOnline : "./player/json/online_videos.json",
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    30
	timeReloadAfterResize : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    31
	imagesByLine : 5,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    32
	imagesToShow : 20,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    33
	totalImages : 23,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    34
	timePrezoom : 500,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    35
	timePreUnzoom : 200,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    36
	zoomTime : 500,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    37
	timeUnzoom : 400,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    38
	timeNeighbourGlowing : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    39
	timeNeighbourUnglowing : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    40
	timeMovingToNeighbour : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    41
	timeSearchFade : 2000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    42
	timeNotifyFade : 2000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    43
	timeFilterFade : 2000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    44
	timeANFade : 500,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    45
	timeFilling : 500,
55
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
    46
	timeShowBigHelp : 1000,
52
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    47
	timeoutZoom : 2000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    48
	timeoutUnzoom : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    49
	timeoutMoveToNeighbour : 250,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    50
	timeoutPointersIdle : 2000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    51
	timeoutAreBothPointersHere : 500,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    52
	timeoutRemoveNotificationByGesture : 1500,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    53
	timeoutNotifySwipe : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    54
	timeoutSelectTL : 100,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    55
	timeoutSlideTL : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    56
	timeoutCanNotifyHelp : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    57
	timeoutRemoveSpinner : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    58
	timeoutNouser : 3000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    59
	timeoutNexrDrawCurve : 500,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    60
	zoomPercentage : 0.80,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    61
	prezoomPercentage : 0.25,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    62
	zoomedMargin : 42,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    63
	host : '127.0.0.1',
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    64
	port : '8080',
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    65
	mouseUpDownDeltaTreshold : 15,
58
a28488078053 Front IDILL:
bastiena
parents: 55
diff changeset
    66
	mouseUpDownDeltaTreshold : 100,
a28488078053 Front IDILL:
bastiena
parents: 55
diff changeset
    67
	curveDictionaryMI : './dicoMI.json',
a28488078053 Front IDILL:
bastiena
parents: 55
diff changeset
    68
	curveDictionaryKI : './dicoKI.json',
63
0947deb9ab6d Front IDILL:
bastiena
parents: 58
diff changeset
    69
	lang : navigator.language,
0947deb9ab6d Front IDILL:
bastiena
parents: 58
diff changeset
    70
	langs : ["en", "fr"]
52
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    71
}