Popularity
3.0
Declining
Activity
0.0
Stable
210
5
21

Programming language: JavaScript
License: MIT License
Tags: UI Animation     React     React-component     Animation     Transition     Number    
Latest version: v3.1.0

react-transitive-number alternatives and similar libraries

Based on the "UI Animation" category.
Alternatively, view react-transitive-number alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of react-transitive-number or a related project?

Add another 'UI Animation' Library

README

react-transitive-number

React component to apply transition effect to numeric strings, a la old Groupon timers

Demo

Usage

var TransitiveNumber = require('react-transitive-number');

module.exports = React.createClass({
    render: function() {
        return (
            <div>
                <TransitiveNumber>2:00</TransitiveNumber>
            </div>
        );
    }
});

Properties

props.children

Text value that should be converted.

props.enableInitialAnimation

Boolean value to toggle animation when component is mounted first time. Defaults to false.

props.className

Optional class name.