ColinEberhardt / applause-button

A zero-configuration medium-style button for adding applause / claps / kudos to web pages and blog posts
http://applause-button.com/
MIT License
426 stars 41 forks source link

Bugfix/39 count flashes right on clap #42

Closed jbradshaw-scottlogic closed 4 years ago

jbradshaw-scottlogic commented 4 years ago

Problem was caused by the use of transform: translateX(-50%) in the .count style conflicting with the transforms used in the hideThenShow animation. I've removed the need for the transform: translateX(-50%).

jbradshaw-scottlogic commented 4 years ago

@ColinEberhardt I couldn't get the tests to run locally, so expect they might fail in CI.

ColinEberhardt commented 4 years ago

That's great, thanks @jbradshaw-scottlogic - I've fixed the CI and moved your changes onto this PR https://github.com/ColinEberhardt/applause-button/pull/43