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
in init(entity: Entity) I use the defaultStyle, which for some reason causes it to be mutated within the interpolations. By changing it to be defaultStlye.deepCopy() in the initialization this is fixed. Will be included in next version bump.
Example:
I expect first dot1 to fadeOut, then dot2 to follow. Currently, both fades out at the same time:
The text was updated successfully, but these errors were encountered: