mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-06-02 17:06:48 +02:00
Allow chaining of animations with the "from" attribute omitted.
This commit is contained in:
@@ -294,6 +294,7 @@ bool Component::animate()
|
|||||||
{
|
{
|
||||||
currentTweenIndex_++;
|
currentTweenIndex_++;
|
||||||
elapsedTweenTime_ = 0;
|
elapsedTweenTime_ = 0;
|
||||||
|
storeViewInfo_ = baseViewInfo;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user