Closed jbradshaw-scottlogic closed 4 years ago
@ColinEberhardt I couldn't get the tests to run locally, so expect they might fail in CI.
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
Problem was caused by the use of
transform: translateX(-50%)
in the.count
style conflicting with thetransforms
used in thehideThenShow
animation. I've removed the need for thetransform: translateX(-50%)
.