Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animations: applying shadows and motion #12

Open
Felicious opened this issue Nov 23, 2020 · 1 comment
Open

Animations: applying shadows and motion #12

Felicious opened this issue Nov 23, 2020 · 1 comment
Labels
css styling issues P-6 priority 6; super low priority

Comments

@Felicious
Copy link
Owner

Simply for making the UX more aesthetic :)

Describe the solution you'd like
I have several animations I want to implement; here is the list in order of priority

  1. (easy) Shadow on submit button, on hover (shown in this video)
  • This can be achieved easily with CSS; code of the example in video can be found in that link
  1. Slide-y tab motion animated here
  • According to Derrick, this one is difficult to achieve without JS and is a lot harder. He says: maybe possible with some css trickery but that would be hard with position translations
  1. Execute button that turns into a loading bar while the back-end script is executing the function

  2. Cascading Effect for the Drop-down window - VERY HARD

  • Derrick: i would say cascade thing would be something you'd want to use a js library with more advanced control like anime js or framer motion. it's possible with css but depends on how you want to implement it and might be more hardcoded-y
@Felicious Felicious added P-6 priority 6; super low priority css styling issues labels Nov 23, 2020
@Felicious
Copy link
Owner Author

Derrick also mentions that "if you want to look at the website since it's really fun to look at and play around with, animation libraries have nice websites"

exported files for web use from other animation tools, it's what i did for my website! as a very basic version haha.

the dlee.dev animation i animated in adobe after effects and exported to an animated svg with lottie. which is like 1000x nicer for complicated animations since using actual animation software to do stuff is a lot better than manually trying to animate with code haha.

but lottie files are more of an illustration / image / gif replacement not really a UI thing

@Felicious Felicious added this to the Beautification milestone Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css styling issues P-6 priority 6; super low priority
Projects
None yet
Development

No branches or pull requests

1 participant