dancrew32 / AWESOME-JS

A Lightweight JavaScript Framework that performs common tasks (IE6, 7, 8, FF, WK, Opera)
awesomejs
2 stars 0 forks source link

add single slideshow plugin #9

Open dancrew32 opened 13 years ago

dancrew32 commented 13 years ago

$.slideshow("container", { wait:5000, // time in ms between swap first: 0, // which item to show first random: false, // if true, disregard 'first', show random item first // TODO: Effects, fade, fadetime }); make container relative pos, get all first level children, determine their heights, set height of container to max height, position absolute each child item top left, for each set z-index increment by 1,