ReFlar / polls

[ABANDONED] See https://github.com/FriendsOfFlarum/polls
MIT License
14 stars 14 forks source link

Add a nice "slide in" animation on load #22

Closed KyrneDev closed 6 years ago

KyrneDev commented 6 years ago

The poll bar should "load" up to its width

dsevillamartin commented 6 years ago

How fast do you want it to be?

EDIT: One second, ease-out: 2018-04-26 19-54-52

KyrneDev commented 6 years ago

Satisfying, a nice ease in and out.

I drafted cubic-bezier(0.22, 0.045, 0.355, 1)

dsevillamartin commented 6 years ago

I used keyframes for that demo. Is that ok? Never knew about cubic-bezier until now. Flarum uses keyframes for fade in. Also, I'll push to the Fixes branch cuz that's what I'm working from, and merge conflicts are dumb.

KyrneDev commented 6 years ago

Yup that's fine, just make it smooth, make sure it works if there are more than 1 answer. You were fast so let's include it in beta 1

KyrneDev commented 6 years ago

40b2101 closes