Qt 6.11 is out! See what's new in the release
blog
How to scale an item in a specific area?
-
Hello i have a nested
ListViewlooks like this:

I want to implement that the inner delegates will scale down or up when they are getting out of sight,
similar to how mac OS does when you minimize/ maximize a window:
The problem is that all the scale animations are to the whole Item, Is there a way to do this in qml?