HubSpot / odometer

Smoothly transitions numbers with ease. #hubspot-open-source
http://github.hubspot.com/odometer/docs/welcome
MIT License
7.3k stars 712 forks source link

Is the project still maintained? #154

Open guylando opened 6 years ago

guylando commented 6 years ago

I see Odometer was last updated 1 year ago and there are 65 open issues versus 55 closed issues, etc. All brings to the conclusion that the project was abandoned and it is not maintained anymore.

Can someone confirm this? Can anyone suggest a popular good alternative library offering nice animated timers and which is actively developed and maintained?

coderitual commented 6 years ago

I don't now tbh. I wanted to use this lib some time ago but unfortunately I wasn't able due to lack of features I needed, so I created my own library - bounty. Both libs are sligtly different in areas they want to cover so I don't think there is one-to-one replacement for odometer. I focused more on particular effect.

@adamschwartz, @zackbloom don't treat this as a competition, your lib is a way more comprehensive :)

listingslab commented 6 years ago

TBH, I've used it successfully in a React app with great results. I think it is stable enough to do any kind of odometer rewuirement, you'd just have to slot it in correctly

GarrettJMU commented 6 years ago

@listingslab Did you use the npm or implement this?

listingslab commented 6 years ago

no, it was a bit less elegant than that. I included the minimised script in the HTML and used it from within react using a globally accessible variable arroach