You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The intent of the highlights animation on the home page is to replay the animation each time the highlights change.
This was attempted in #32 making use of a "key" attribute on the outer animation.
This appeared to work.
However, after time and perhaps tab off then tab on, or some race with the highlights data request, the animation glitches out and the outer animation stays with opacity 0 and hence no highlights shown.
The PR was therefore reverted.
The text was updated successfully, but these errors were encountered:
After testing another fix with a slightly different implementation, eventually the same glitched condition came back again, so that attempt too was reverted.
The intent of the highlights animation on the home page is to replay the animation each time the highlights change.
This was attempted in #32 making use of a "key" attribute on the outer animation.
This appeared to work.
However, after time and perhaps tab off then tab on, or some race with the highlights data request, the animation glitches out and the outer animation stays with opacity 0 and hence no highlights shown.
The PR was therefore reverted.
The text was updated successfully, but these errors were encountered: