You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an AnimationGeneral class, on the _init function we're adding the progress to the animation childrenNames. Therefore, when using the .toString() method inherited from the Base expression class, it includes the progress because this method goes through all the expression children names.
Context
When creating an
AnimationGeneral
class, on the_init
function we're adding theprogress
to the animationchildrenNames
. Therefore, when using the.toString()
method inherited from theBase
expression class, it includes the progress because this method goes through all the expression children names.Example
The text was updated successfully, but these errors were encountered: