Subversion Repositories My Stuff

Rev

Rev 15 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15 Rev 16
Line 25... Line 25...
25
                                                        'transitionIn':  'elastic',
25
                                                        'transitionIn':  'elastic',
26
                                                        'transitionOut': 'elastic',
26
                                                        'transitionOut': 'elastic',
27
                                                        'showNavArrows': false,
27
                                                        'showNavArrows': false,
28
                                                        'showCloseButton':      true,
28
                                                        'showCloseButton':      true,
29
                                                        'href': $(this).attr('src'),
29
                                                        'href': $(this).attr('src'),
30
                                                        'title': $(this).parent().find('p').html()
-
 
-
 
30
                                                        'title': $(this).parent().find('p').html(),
-
 
31
                                                        'onComplete'    :       function() {
-
 
32
                                                                $("#fancybox-wrap").hover(function() {
-
 
33
                                                                        $("#fancybox-title").slideDown();
-
 
34
                                                                }, function() {
-
 
35
                                                                        $("#fancybox-title").slideUp();
-
 
36
                                                                });
-
 
37
                                                        }
31
                                                }
38
                                                }
32
                                        );
39
                                        );
-
 
40
                        }).hover(function(){
-
 
41
                                $(this).parent().find('.ae-image-description:first').slideDown();
-
 
42
                        }, function(){
-
 
43
                                $(this).parent().find('.ae-image-description:first').slideUp();
33
                        });
44
                        });
34
                var context = this;
45
                var context = this;
35
                this.preloadImage(this.current_index + 1);
46
                this.preloadImage(this.current_index + 1);
36
                }
47
                }
37
          }
48
          }