Skip to content

Releases: josex2r/jQuery-SlotMachine

v6.0.0

03 Nov 18:01
Compare
Choose a tag to compare

6.0.0 (2022-11-03)

Features

BREAKING CHANGES

  • Lot of things changed, mostly the public API
  • Promise support, most public methods returns a promise.
  • shuffle arguments.
  • stop arguments.
  • run has been deleted, this feature can be achieved using promises.
  • constructor options have been shrinked.

v5.0.0

18 Oct 06:50
Compare
Choose a tag to compare

5.0.0 (2022-10-18)

Features

BREAKING CHANGES

  • Remove jQuery adapter
  • Remove jQuery adapter

Fixed complete callback

03 Mar 18:18
Compare
Choose a tag to compare

Fixed #20 - Loop when calling complete callback

CSS transitions

23 Feb 19:51
Compare
Choose a tag to compare
  • Replaced all js animations by css transforms
  • Added stylesheet to customize css classes

Fixed randomize function on stop

09 Feb 22:29
Compare
Choose a tag to compare

Fixed #13 & added destroy method

es6 + optims

22 Dec 21:42
Compare
Choose a tag to compare
2.3.0

New version with es6

Animation performance

05 Nov 22:01
Compare
Choose a tag to compare

Replaced setTimeout by requestAnimationFrame

Spin direction

21 Jul 21:01
Compare
Choose a tag to compare

Now the spin animation direction can be changed!

  • Added new setting 'direction'
  • Added new method 'setDirection()'

Fixed stop method

21 Jul 17:15
Compare
Choose a tag to compare
  • Added new parameter isStopping that indicates if the machine is
    displaying the stop animation.
  • While the machine is stopping, the function stop() returns the future active element and the parameter isRunning still true.

Enabled 'stopHidden' attribute

21 Apr 18:20
Compare
Choose a tag to compare