@sharon_c
Part time Frontend | Full time dreamer :)
Hi! I'm a designer and a casual coder.
Things i'm interested in are:
Nothing here yet.
No blogs yet.
Yeah.. though, what I am implying is that every time I transition the color, I have to write a new box-shadow rule instead of just a color change. (like this) .some-stuff__u { box-shadow : 8px 8px 8px 8px blue; } .some-stuff__u :hover { box-shadow : 8px 8px 8px 8px red; } Which, I think, is not logical.
You've actually answered yourself here. It is something that comes with enough practice and patience. One thing tip I would share though is, Once you have formed basic the idea of how you'd execute the animation and created an outline on the basis of that idea, just try to view the animation from a third person's perspective. It often happens that you keep the duration of the animation too long and it happens cause you love your animation so it's okay for you to keep it long, that however might not be the case for the end user. You'd find yourself cutting down the animation duration in 90% of the cases by just trying to view the whole thing from another person's perspective.