Skip to content

Releases: erik-krogh/SudoSlider

CommonJS and AMD support

28 Nov 11:11
Compare
Choose a tag to compare
3.4.3

removed effect that didn't work

3.4.2

19 Aug 14:59
Compare
Choose a tag to compare
Fixing touch in FireFox (and Safari?)

Small stuff

31 Mar 13:11
Compare
Choose a tag to compare

Added the partial sides demo. + Small fixes to the JavaScript

See Changelog.TXT for details.

slider builder, and small stuff.

27 Jan 23:18
Compare
Choose a tag to compare

The big thing is the slider builder, available in the sliderBuilder directory its a tool to, well, build sliders.

See Changelog.TXT for the full changelog.

Touch across multiple slides

21 Oct 09:05
Compare
Choose a tag to compare

See the updates touch.html demo to see what i mean.

Bug fixes, mousetouch, and some small things.

04 Oct 20:57
Compare
Choose a tag to compare

Added mouseTouch option, which is false pr. default.
This means that you pr. default cannot drag the slider with your mouse.

Responsive is now set to true pr. default. This seems to work the best in general.

Effects can be selected using wildcards instead of prefixes, so "box_grow_" is now a valid selection of effects.

Oh yeah, and a whole lot of fixes, including throwing all the ugly z-index stuff far away.

Touch!

23 Jun 15:00
Compare
Choose a tag to compare

Added touch. See the demos that is called something with touch + fullscreen.html.

Also changed some of the CSS selectors, and some small fixes.

Small fixes

10 Feb 19:04
Compare
Choose a tag to compare
3.2.2

Calling it 3.2.2

Small fix

08 Feb 16:11
Compare
Choose a tag to compare

Fixes flickering in some animations in 3.2.0

No more continuous clones

08 Feb 15:52
Compare
Choose a tag to compare

Before when using continuous, i would clone some of the slides, to make sure that even if you scrolled further than the last slide, then there were still something to show. Now i instead reorder the slides before an animation.

You also use "data-target" instead of "rel" when using customLinks.

Some new effects.

And fixes, only small fixes though.