front_idill/src/defaults.js
author bastiena
Thu, 26 Jul 2012 14:34:02 +0200
changeset 55 afd60399a7b5
parent 52 277c94533395
child 58 a28488078053
permissions -rw-r--r--
Front IDILL : help icon 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,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    24
	videoConfigFileLocal : "./player/json/local_videos.json",
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    25
	videoConfigFileOnline : "./player/json/online_videos.json",
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    26
	timeReloadAfterResize : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    27
	imagesByLine : 5,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    28
	imagesToShow : 20,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    29
	totalImages : 23,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    30
	timePrezoom : 500,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    31
	timePreUnzoom : 200,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    32
	zoomTime : 500,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    33
	timeUnzoom : 400,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    34
	timeNeighbourGlowing : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    35
	timeNeighbourUnglowing : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    36
	timeMovingToNeighbour : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    37
	timeSearchFade : 2000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    38
	timeNotifyFade : 2000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    39
	timeFilterFade : 2000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    40
	timeANFade : 500,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    41
	timeFilling : 500,
55
afd60399a7b5 Front IDILL :
bastiena
parents: 52
diff changeset
    42
	timeShowBigHelp : 1000,
52
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    43
	timeoutZoom : 2000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    44
	timeoutUnzoom : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    45
	timeoutMoveToNeighbour : 250,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    46
	timeoutPointersIdle : 2000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    47
	timeoutAreBothPointersHere : 500,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    48
	timeoutRemoveNotificationByGesture : 1500,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    49
	timeoutNotifySwipe : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    50
	timeoutSelectTL : 100,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    51
	timeoutSlideTL : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    52
	timeoutCanNotifyHelp : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    53
	timeoutRemoveSpinner : 1000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    54
	timeoutNouser : 3000,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    55
	timeoutNexrDrawCurve : 500,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    56
	zoomPercentage : 0.80,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    57
	prezoomPercentage : 0.25,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    58
	zoomedMargin : 42,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    59
	host : '127.0.0.1',
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    60
	port : '8080',
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    61
	mouseUpDownDeltaTreshold : 15,
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    62
	curveDictionary : './dico.json',
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    63
	lang : navigator.language
277c94533395 Front IDILL :
bastiena
parents:
diff changeset
    64
}