Custom Chat Scrolling Up Animation?

I was wondering if it’s possible to get something like this


Basically, instead of fading out like the generic FiveM chat would do. How do I get it to scroll up?

Very nice looking speedometer too.

Looking forward for the chat thing.

Anyone seen something like this?

If you use the default chat resource, I guess you could just edit the index.html of that.

You can achieve that by editing the chat div and using the fadeOutUp function with Animate.css

Could you possibly elaborate? Got me stumped.

1 Like

I just realized the chat resource already use animate.css.

Weeeell. In that case. Edit index.html on row 21 where it says fadeOut. Change to fadeOutUp and it should work. You can use any animation listed here: Animate.css

4 Likes

Thank you for that information, I appreciate it!

1 Like

thank you for the help i was just looking for something like this