#Scoreboard animations, feedback required

1 messages · Page 1 of 1 (latest)

latent pivot
#

Here are some animations of my new scoreboard, and i need some feedback from other people :D

(The refresh button is only temporary, later the users will of course be displayed automatically)

#

The design is similar to some FiveM scoreboards, so don't be surprised if it looks familiar

proud oar
#

add a margin around those avatars

#

not a big fan of the slide-ins but i know some people are

#

also having it size-in every time without sizing out looks bad

#

id make the player lines anim in quicker

latent pivot
#

Alright thank you! I will make the changes tomorrow, its 5 am here i need sleep lmfao

boreal creek
latent pivot
#

Thank you

twin creek
forest hazel
#

i dont like this anim
its good for modals & dropdowns, not in case where you replace content
maybe something sliding for container contents would looks better

#

or if you like zoom animations, maybe something like this

local old = container.content
old:AlphaTo(0, 0.15)
old:ZoomTo(1.5, 0.15, function()
    old:Remove()
end)

container.content = container.content:PushNewContent(steamid)
local new = container.content
new:SetAlpha(0)
new:AlphaTo(255, 0.2)
new:SetZoom(0)
new:ZoomTo(1, 0.2)
#

why fill is FFFFFF
when stroke is DFE2E5

#

never use real white & real black, DFE2E5 is good

#

i think you can place usergroup here

#

and also replace copying the steam id with something more compact like a neat icon
instead of steamids/rank, you can add buttons for quick interaction (call, dm, bring, goto)

#

i also suggest another layout

latent pivot
# forest hazel i also suggest another layout

Wow, thanks for all the suggestions, I'll definitely get to work and edit and customize a few things. Thank you very much for the effort! This is very helpful for me. I keep this channel updated with the newer things

latent pivot
#

Ah and i removed the box show up anim

coarse shore
coarse shore
#

Also I love the UI

latent pivot
latent pivot