LinkStack/resources/views
JulianPrieber 44f57ce954
Added button entrance animation
Live demo: https://julianprieber.github.io/littlelink-admin-demo/button-entrance.html

Added an entrance animation for buttons on littlelink.blade.php. This animation was made by the Animate.css project (https://github.com/animate-css/animate.css).

Each button entrance animation lasts 100ms. Every button after the first adds 100ms to the value of the previous button i.e. button 1 loads after 100ms, button 2 loads after 200ms,  button 3 after 300ms and so on...

Timings for the buttons can be changed in /littlelink/css/animate.css

I put every button in a separate <div> Tag, so the animation wouldn't in interfere with the existing hover animation.

Likewise, I removed all <br> Tags.
2022-02-17 22:09:58 +01:00
..
auth update auth header logo link and page margin top-bottom 2021-07-06 16:42:39 +07:00
components admin littlelink 2021-04-16 03:30:00 +04:30
layouts update auth header logo link and page margin top-bottom 2021-07-06 16:42:39 +07:00
panel Change public path 2022-02-14 12:56:03 +01:00
studio Change public path 2022-02-14 12:56:50 +01:00
home.blade.php Change public path 2022-02-14 12:53:07 +01:00
littlelink.blade.php Added button entrance animation 2022-02-17 22:09:58 +01:00
pages.blade.php admin littlelink 2021-04-16 03:30:00 +04:30