Rythm.js Versions Save

A javascript library that makes your page dance.

v2.2.5

4 years ago

There is a now a new co-maintainer, welcome to @maici :smile:

Dance

  • :dancer: Tilt by @lim4349
  • :dancer: Font-color by @tnwjd4623

Developpers

  • :globe_with_meridians: Translated CONTRIBUTING.md into Korean by @lim4349
  • :memo: Fixed some typo in README.md by @anant-k-singh

Plan for the future

  • New project called "Rock-it-code" :smile:
  • New rythm.js demo page with showcases :wink:
  • Open-sourcing rythm.js-cdk web component library

v2.2.4

5 years ago

FEATURE:

  • Font-size dance (#89) thx @Slashgear

FIX:

  • fix typo in borderWidth documentation (#90) thx @Slashgear
  • Fixed demo behavior on scroll (music control button wasn't showing up)

v2.2.3

6 years ago

Hey ! Here is the version v2.2.3 with a single addition by @maryzam 👍

Dance

  • Border-width dance by @maryzam !

v2.2.2

6 years ago

Welcome to the new contributors @mathieu-pousse & @ccocoual !

Feature

@mathieu-pousse : Kern Dance ! @mathieu-pousse : Border-color Dance ! @ccocoual : Neon Dance !

Bugfix

@ccocoual : Fix #74 Bottom player is not visible on chrome mac OS.

Dev

@ccocoual : Added editorconfig + prettier precommit hook

v2.2.1

6 years ago

Feature

@johnwquarles : Swing dance ! @Jesm : Blur Dance !

Bugfix

@kpensec : Fix #39 Microphone behavior when pausing and starting again. @hongmaoxiao : Prevent a case where Rythm would divide by 0

v2.2.0

6 years ago

Features

  • A whole new radius dance ! Reliying on border-radius property. Credit to @ajaymathur.
  • Element style will be restored upon stop by default. Credit to @nesvand.

Breaking changes

Custom dance types are no longer a single function and is now an object with two properties : dance & reset wich are both functions. Old way : addRythm('my-css-class', pulse, 150, 40) New way : addRythm('my-css-class', { dance: pulse, reset: resetPulse }, 150, 40)

v2.1.1

6 years ago

Feature :

  • @sdras : Dances use hardware acceleration

Bugfix :

v2.1.0

6 years ago

@nesvand : Add minified version https://github.com/Okazari/Rythm.js/issues/16

v2.0.4

7 years ago

Fix:

  • #24

v2.0.0

7 years ago

Why 2.0 ?

I re-wrote the whole core in ES6. People can now easily do a PR to add new move effects

What's new ?

  • Rewrote core in ES6
  • Added new build-in dances functions
    • Pulse
    • Jump
    • Shake
    • Twist
    • Vanish
    • Color
  • Added a new part in README to explain how to contribute by adding a new dance
  • A whole new demo page