How to scale an item in a specific area?
Unsolved
QML and Qt Quick
-
Hello i have a nested
ListView
looks 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?