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

CSS display property has no effect #161

Open rupumped opened 6 years ago

rupumped commented 6 years ago

Adding display: none in CSS has no effect. For example:

.odometer {
    font-size: 100px;
    display: none;
}

does not hide the odometer. I need to be able to control when the odometer appears on and disappears from the window.