@dv__ said in QML animations with dynamic content:
Also, just out of curiosity, in a more generic case (say, some arbitrary, non-grid arrangement), would my approach make sense? I suppose I could still use ListModel in this case, but the arrangement would have to be done manually, not with an existing view.
To do this I'd use a raw Item container with a Repeater and manual positioning in the delegates.