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

Revision history for this message
Tim Peeters (tpeeters) wrote :

412 + // make sure teh animation is not running
413 + snap->stop();
414 snap->setFrom(listItem->contentItem->property(snap->property().toLocal8Bit().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

« Back to merge proposal