pixedelic / Camera

http://www.pixedelic.com/plugins/camera/
494 stars 310 forks source link

Transitions are shuffled if requirements are to use them with navigation buttons in sequence #27

Open ghost opened 11 years ago

ghost commented 11 years ago

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'