Re: [Interest] Drawing a path in QML through animation

2018-11-19 Thread Jason H
interest@qt-project.org > Subject: [Interest] Drawing a path in QML through animation > > Is there a way to animate the drawing of a path as an item moves along it? > > * Initial condition: Only the item (e.g., an arrowhead) is visible > * End condition: The stroked path along which

[Interest] Drawing a path in QML through animation

2018-11-16 Thread Jeffrey Brendecke
Is there a way to animate the drawing of a path as an item moves along it? * Initial condition: Only the item (e.g., an arrowhead) is visible * End condition: The stroked path along which the item travelled is visible from the initial point to the item's final location __