p-m-p / slider

A modern, light weight content slider

Home Page:https://philparsons.co.uk/slider/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2D "Tile" transition to random

michaelvillaflores opened this issue · comments

2D "Tile" transition, is it possible to make it random effect? I mean appearing random on every place instead of top to bottom/left to right? Thanks!

Not without changes to the code, but yes it would be possible with a little work.

What I like about your work is its responsive. Is it possible for you to do it:)

I don't have the scope anytime soon to look at adding a new effect but you could copy the tile effect and adapt this section to randomise the order of the tiles in the loop https://github.com/p-m-p/jquery-box-slider/blob/master/js/effects/box-slider-fx-tile-3d.js#L113-L147