This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Container size #9
Comments
/cc @kenwheeler |
Not sure I understand, video? |
Oh wait, I know exactly what you are talking about. Does applying a CSS transition declaration fix this? |
Ouh, I fix it in different way. I will test it on new control tomorrow. Is it OK? |
Sure. It's hard to say exactly how to handle this, because the container could scale vertically or horizontally depending on which tiles were removed. And that's providing that the shuffle container is indeed the layout providing parent. |
Out of curiosity, is this in use on VK? |
Nope, we use it in Amplifr, “Buffer” for VK and other Russian networks :). |
Thats awesome. Really cool landing page. 👍 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
React Shuffle logic is to have hidden block with real controls and visible block for animation with
position: absolute
on top of that hidden block.But, as result, there is no comtainer size animation, when we delete item.
Example: this is my UX:
When I will delete one of item, “minus” button will move immediately to the left. Because “minus button” is out of Shuffle container and Shuffle container size has no animation.
The text was updated successfully, but these errors were encountered: