Fx.Transitions.sineInOut - is empty or not an object?
Ik gebruik MaxiGallery, een fotoalbum met oa lightbox (een snippet in modx) en het werkt perfect, maar de status balk laat een error zien:
Code (php)
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
Errordetails webpagina
Gebruikersagent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; .NET4.0C; .NET4.0E)
Tijdstempel: Thu, 13 Jan 2011 11:15:37 UTC
Message: 'Fx.Transitions.sineInOut' is leeg of geen object
Line: 12
Gebruikersagent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; .NET4.0C; .NET4.0E)
Tijdstempel: Thu, 13 Jan 2011 11:15:37 UTC
Message: 'Fx.Transitions.sineInOut' is leeg of geen object
Line: 12
Dit is het js bestand:
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//loading image
var fileLoadingImage = "assets/snippets/maxigallery/slimbox/images/loading.gif";
//close image
var fileBottomNavCloseImage = "assets/snippets/maxigallery/slimbox/images/closelabel_nl.gif";
//next image
var nextLinkImage = "assets/snippets/maxigallery/slimbox/images/nextlabel_nl.gif";
//previous image
var previousLinkImage = "assets/snippets/maxigallery/slimbox/images/prevlabel_nl.gif";
//controls the speed of the image resizing in milliseconds
var resizeDuration = 500;
//resize transition effect
var resizeTransition = Fx.Transitions.sineInOut;
//the "Image" part from the text "Image 1 of 6"
var imageNrDesc = "Afbeelding";
//the separator "of" from the text "Image 1 of 6", you can change to / slash or whatever
var imageNrSep = "van";
//accelerator keys that goes to next picture, separate by commas
var nextKeys = new Array("n"," ");
//accelerator keys that goes to previous picture, separate by commas
var prevKeys = new Array("b");
//accelerator keys that close the lightbox, separate by commas
var closeKeys = new Array("c","x","q");
var fileLoadingImage = "assets/snippets/maxigallery/slimbox/images/loading.gif";
//close image
var fileBottomNavCloseImage = "assets/snippets/maxigallery/slimbox/images/closelabel_nl.gif";
//next image
var nextLinkImage = "assets/snippets/maxigallery/slimbox/images/nextlabel_nl.gif";
//previous image
var previousLinkImage = "assets/snippets/maxigallery/slimbox/images/prevlabel_nl.gif";
//controls the speed of the image resizing in milliseconds
var resizeDuration = 500;
//resize transition effect
var resizeTransition = Fx.Transitions.sineInOut;
//the "Image" part from the text "Image 1 of 6"
var imageNrDesc = "Afbeelding";
//the separator "of" from the text "Image 1 of 6", you can change to / slash or whatever
var imageNrSep = "van";
//accelerator keys that goes to next picture, separate by commas
var nextKeys = new Array("n"," ");
//accelerator keys that goes to previous picture, separate by commas
var prevKeys = new Array("b");
//accelerator keys that close the lightbox, separate by commas
var closeKeys = new Array("c","x","q");
Gewijzigd op 14/01/2011 14:24:09 door Rob Nijkamp
waar heb jij Fx.Transitions.sineInOut gedefiniëerd?
ik heb de regel gewoon weggelaten en dan werkt ook nog gewoon
Gewijzigd op 14/01/2011 15:00:33 door Rob Nijkamp
Lekkere titel hierbij =D