Requirements:
1) fx:'scrollLeft,scrollRight' OR fx: 'scrollTop,scrollBottom' required to use sliding left and right but in a sequence
for Example:
When left nav button is clicked it should use transition 'scrollRight'
When right nav button is clicked it should use transition 'scrollLeft'
When top nav button is clicked it should use transition 'scrollBottom'
When bottom nav button is clicked it should use transition 'scrollTop'
Its not a bug but a feature to be introduced.
Requirements: 1) fx:'scrollLeft,scrollRight' OR fx: 'scrollTop,scrollBottom' required to use sliding left and right but in a sequence
for Example: When left nav button is clicked it should use transition 'scrollRight' When right nav button is clicked it should use transition 'scrollLeft' When top nav button is clicked it should use transition 'scrollBottom' When bottom nav button is clicked it should use transition 'scrollTop'