5 $.fn.cycle.transitions.rgrowY = function($cont, $slides, opts) {
6 opts.before.push(function(curr, next, opts) {
7 $.fn.cycle.commonReset(curr,next,opts,true,false,true);
8 opts.cssBefore.top = this.cycleH/2;
10 opts.animIn.height = this.cycleH;
11 opts.animOut.top = this.cycleH/2;
12 opts.animOut.height = 0;
14 opts.cssBefore.height = 0;
15 opts.cssBefore.left = 0;
18 $("#catalogue-carousel-links").cycle({
22 easeOut: 'easeOutQuad',
24 pager: '#catalogue-carousel-switcher',
25 pagerAnchorBuilder: function(){},