Parrot 2

Parrot 2

727k Downloads

Static Animation Style Issue

chriszhxi opened this issue ยท 0 comments

commented

What steps will reproduce the problem?

  1. use static animation style

What version of Parrot are you using?

v2.0.6

Do you have an error log of what happened?

No

Please provide any additional information below. (example: localization of your client if not enUS or enGB)

Right now the static animation is working like this:
The new text will be placed to the opposite direction we set. Let's say we have static animation, and set the direction to "DOWN", then the new text will be placed to the "UP" direction of previous text, if there were lots texts going on, then those texts movement direction will look like upwards, since our text movement direction is actually set to "DOWN", so they will make the animation looks confusing.

I think this is due to right now the previous text does not move until certain time pass, we just need to change the way how it works. Whenever there is new text, put new text at where previous text was and move previous text to the direction we set , thus make the animation look consistent to one direction. If there is no new text, then keep where current text is, don't move it, and fade it out after certain time.