Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full Killboard: flash the background of a stat when it changes #8

Open
KevinSnyderCodes opened this issue Mar 26, 2018 · 1 comment

Comments

@KevinSnyderCodes
Copy link
Collaborator

On the full killboard, stats reside in individual cells. We should give the option to flash these cells when the stat changes. This helps quickly bring attention to a stat that has changed, which can be useful when debugging or for commentators.

Example from Tony's overlay, flashes on the side of the screen: https://www.youtube.com/watch?v=kZ_a3k8G7fo&t=51m58s

@KevinSnyderCodes
Copy link
Collaborator Author

react-transition-group seems like the way to go for this. Your traditional "select element and add/remove class to animate" method won't work with React. This package handles transitions and animations for React components in a sophisticated and appropriately structured manner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant