Hierarchically Nested Clipping #62
Replies: 3 comments
-
I think I have a similar request ... I would like to create a number of panels which can scroll left/right and be masked correctly. As a side-note: |
Beta Was this translation helpful? Give feedback.
-
I'd just like to add that this is potentially a deal-breaking issue for my team using Nova. We've used a lot of nested masked UI in the past. Nova seems super strong so far other than this. Would this be a tricky fix? |
Beta Was this translation helpful? Give feedback.
-
v1.1.9 has just been published with this feature added! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, UIBlocks will only be clipped by the nearest ancestral (inclusive) ClipMask. Additional ClipMasks further up the UIBlock hierarchy won't clip the already-clipped content.
Request here, per this conversation, is to add support for compounded/hierarchically nested clipping.
Beta Was this translation helpful? Give feedback.
All reactions