Replies: 1 comment
-
|
Can you share an example? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For achieving an item sliding out effect (iOS-style) for a complicated table DOM, the whole table row has to be moved on the X-Axis (this already works nicely and easily with react-spring) - but the most outside column has to change in width - by the same amount.
CSS example:
Both components have
styleprops. Instead of using the defaulttransformapproach,the
widthproperty of component 2 should be changed instead.As already an elegant
bindapproach is used - can thexinstylesbe changed towidth?Beta Was this translation helpful? Give feedback.
All reactions