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
-
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
style
props. Instead of using the defaulttransform
approach,the
width
property of component 2 should be changed instead.As already an elegant
bind
approach is used - can thex
instyles
be changed towidth
?Beta Was this translation helpful? Give feedback.
All reactions