Code review comment for lp:~zsombi/ubuntu-ui-toolkit/76-refactoring

Revision history for this message
Zsombor Egri (zsombi) wrote :

> 412 + // make sure teh animation is not running
> 413 + snap->stop();
> 414 snap->setFrom(listItem->contentItem->property(snap->property().to
> Local8Bit().constData()));
> 415 snap->setTo(to);
> 416 - snap->setAlwaysRunToEnd(true);
> 417 + snap->setAlwaysRunToEnd(false);
>
> do you still need this now that you removed
>
> 195 - alwaysRunToEnd: true

Just to make sure whenever I call complete() or stop() it will stop the animation.

« Back to merge proposal