-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
lightweight css animations for new actions entering the log. #57
Conversation
Would be awesome if you could show a gif of it! |
it's quite subtle, doesn't show well (and seems longer) in this gif http://recordit.co/ss6t7FyU7H :| |
Nice! What happens when you get down to the bottom and it starts scrolling? |
just adds it at the bottom as it already does now, along with the subtle fade. try it, it's really not much :) |
I'll defer any visual decisions to @nicinabox to approve |
What if we do the opposite? Start off actions brighter than usual, then let them “cool down”. Like changing nodes in Chrome inspector. |
i like all 3 |
Oops, probably wasn't clear on the first one. It's @threepointone's. I just recorded at 30fps and showed scrolling. |
Could we append it then animate scrolling to the bottom? |
Yeah. Let's replace naïve scrolling with something like https://github.com/alexkuz/additive-animation#usage-example? |
Closing, as I don't currently have time to make it better, and scrolling seems to be important for the desired effect. If someone would like to implement it, please do it in https://github.com/gaearon/redux-devtools-log-monitor instead (track #132 for discussion). |
while we ponder react-motion in #52, consider a simpler alternative for now :) this PR adds a css fadeIn animation to entries in the actions log.