Вызываю:
C++ (Qt)
QPropertyAnimation * animation = new QPropertyAnimation( this, "windowOpacity" );
animation->setDuration( 300 );
animation->setStartValue( 1.0 );
animation->setEndValue( 0.5 );
animation->start( QAbstractAnimation::DeleteWhenStopped );
Окончание анимации аналогично вызову stop?
Хочется быть уверенным, что когда анимация закончится, произойдет освобождение памяти