if (factor.from.y != factor.to.y) { // Vertical props scaling
                props = props.concat(cProps);
                el.from = $.effects.setTransition(el, cProps, factor.from.y, el.from);
                el.to = $.effects.setTransition(el, cProps, factor.to.y, el.to);
            };