Skip to main content

All Questions

6votes
2answers
2kviews

Design pattern for overlapping actions and animations?

Is there a design pattern for dealing with overlapping UI actions and animations? A few examples: Let's say I have an interactive table row that expands to reveal an extra control when the user clicks ...

close