Allow chaining of animations with the "from" attribute omitted.

This commit is contained in:
Pieter Hulshoff 2016-06-08 08:49:31 +02:00
parent 935a02dfd9
commit 2c0d20f3bf

View File

@ -294,6 +294,7 @@ bool Component::animate()
{
currentTweenIndex_++;
elapsedTweenTime_ = 0;
storeViewInfo_ = baseViewInfo;
}
}