Lapple / react-transitive-number

React component to apply transition effect to numeric strings, a la old Groupon timers
213 stars 21 forks source link

Allow specifying transition duration #1

Closed rexxars closed 9 years ago

rexxars commented 9 years ago

This PR allows users to specify the duration of the transition animation. Defaults to 0.2s.

Lapple commented 9 years ago

Thanks for PR, I was more thinking into providing such functionality via CSS. For example, there could be an option that would assign a particular class name (or style attribute) to the transitioning element, what do you think?

rexxars commented 9 years ago

Sure, that would work fine :+1: