👨‍💻 CSS Tip #1: hover effect

12

  • 48
  • 0
  • 0.471
  • Reply

  • Open in the desktop app ADD TO PLAYLIST

    noakmilo

    Published on May 25, 2023
    About :

    Hi, guys, today I wanted to bring you this little tip when animating hovers in CSS. With this code you will be able to change the brightness of any HTML object when you hover over it.

    button:hover {
       filter: brigthness(70%);
    }
    

    Some developers prefer to change the color directly, but the truth is that with the filter: brightness () CSS property, a better result is obtained, since in theory the only thing we are doing is lowering the brightness of the object. This way we avoid unnecessary changes in the color palette of our project.

    If you liked this content, please leave me a comment to make more videos like this.

    Versión en Español

    Hola, chicos, hoy les he querido traer este pequeño tip a la hora de animar hovers en CSS. Con este código serán capaces de cambiar el brillo de cualquier objeto HTML a la hora de pasar el ratón sobre él.

    Algunos desarrolladores prefieren cambiar directamente el color, pero la verdad es que con la propiedad filter: brightness() de CSS, se obtiene un mejor resultado, ya que en teoría lo único que estamos haciendo es bajándole el brillo al objeto. Así evitamos cambios innecesarios en la paleta de colores de nuestro proyecto.

    Si te gustó este contenido déjame un comentario para hacer más videos como este.


    Translated and formatted with Hive Translator by @noakmilo.

    Music by FASSounds from Pixabay

    Tags :

    tips  threeshorts  hivedevs  hover  css  html  programming  code  webdevelopment  web  hive  neoxian

    Woo! This creator can upvote comments using 3speak's stake today because they are a top performing creator! Leave a quality comment relating to their content and you could receive an upvote worth at least a dollar.

    Their limit for today is $0!
    Comments:
    Time until noakmilo can give away $0 to their commenters.
    0 Days 0 Hours 0 Minutes 0 Seconds
    Reply:

    To comment on this video please connect a HIVE account to your profile: Connect HIVE Account

    01:10
    9 views 9 months ago $
    11:33
    9 views 6 months ago $

    More Videos

    17:53
    33 views a year ago $
    01:00
    18 views 11 months ago $
    04:41
    0 views 2 years ago $
    00:59
    10 views 11 months ago $