Galooshi / happo

Visual diffing in CI for user interfaces
504 stars 16 forks source link

Animations styled with !important are not disabled #135

Open lencioni opened 8 years ago

lencioni commented 8 years ago

I am using Aphrodite, which adds !important to every style. This makes our animation disabling styles ineffective.

We might be able to fix this by applying some of the same techniques we are using in #134, but I'm not sure we'll be able to find a cheap way to determine if a node has an animation on it. And, even if we do, we will likely end up stopping the animation at a different frame anyway.