Skip to content

Releases: bchanx/slidr

v0.5.0

16 Feb 01:14
Compare
Choose a tag to compare
  • Fixed some weird quirks on IE8/9
  • Added pause option in settings. If true, pauses a Slidr on mouseover when running in auto(). Defaults to false.
  • Calling auto() now reuses any previously passed in parameters. This allows resuming a slidr after a call to stop().

v0.4.0

20 Dec 09:21
Compare
Choose a tag to compare
  • Fixed Slidr behavior when margin/padding/border css is declared
  • Added callbacks for before/after slide transitions
  • Added bower support

v0.3.0

21 Nov 10:57
Compare
Choose a tag to compare
  • Added keyboard navigation setting (requires a mouseover on a Slidr to trigger)
  • Added touch (swipe) navigation for mobile
  • Performance improvements:
    • Refactored keyframe creation - now generates a set of static, reusable animations instead of creating globally unique animations per Slidr
    • Use a single global timer to poll for resize, instead of individual timers per Slidr
    • Added a subtle transition effect when a Slidr resizes
    • Remove tap highlights and user-select on mobile
    • Correctly allow recreating a Slidr if it gets removed from the DOM and reinserted

v0.2.0

14 Nov 10:01
Compare
Choose a tag to compare
  • Add IE8 support

v0.1.0

24 Oct 01:26
Compare
Choose a tag to compare
  • Add some slide effects!