llimphi-widget-fab 0.1.0

llimphi-widget-fab — Floating Action Button: botón circular elevado (sombra E3), color de acento, hover lift sutil. Para la acción primaria de una página (compose, nuevo, +).
Documentation
  • Coverage
  • 63.64%
    7 out of 11 items documented0 out of 6 items with examples
  • Size
  • Source code size: 107.43 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 573.11 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 41s Average build duration of successful builds.
  • all releases: 41s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sergiovelasquezzeballos

llimphi-widget-fab — Floating Action Button.

Botón circular elevado pensado para la acción primaria de una pantalla (componer, nuevo, +, capturar). Heredamos el patrón Material/Flutter: rest sobre sombra E3, círculo del color accent, glyph blanco centrado, sombra que respira al hover (sube a E5).

La firma cinética viene del tween de fill+shadow vía View::animated, con animated_pop_in para que la entrada del FAB sea el "pop" canónico de Material (scale 0.6 → 1.0 + fade-in) en vez de aparecer de golpe.