mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-24 00:34:47 +01:00
Allow chaining of animations with the "from" attribute omitted.
This commit is contained in:
parent
935a02dfd9
commit
2c0d20f3bf
@ -294,6 +294,7 @@ bool Component::animate()
|
|||||||
{
|
{
|
||||||
currentTweenIndex_++;
|
currentTweenIndex_++;
|
||||||
elapsedTweenTime_ = 0;
|
elapsedTweenTime_ = 0;
|
||||||
|
storeViewInfo_ = baseViewInfo;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user