Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #h
  • #ho
  • #hove
RSS: #hover

#hover

  • #hoverboards
  • #hoverintent
  • @b_b
    b_b @b_b PUBLIC DOMAIN 19/05/2026
    1
    @cy_altern
    1

    contrast() | CSS-Tricks
    ▻https://css-tricks.com/almanac/functions/c/contrast

    Making product card images pop on hover

    Another useful application for contrast() is to highlight an image in a user’s interaction. For example, in a row of image cards, we could increase the image’s contrast and also scale it on hover

    .card img {
      transition:
        filter 0.4s ease,
        transform 0.4s ease;
    }
    
    .card:hover img {
      filter: contrast(125%);
      transform: scale(1.05);
    }

    #css #contrast #effet #hover

    b_b @b_b PUBLIC DOMAIN
    Écrire un commentaire
  • @b_b
    b_b @b_b PUBLIC DOMAIN 23/10/2024
    4
    @kent1
    @monolecte
    @ericw
    @rastapopoulos
    4

    #3D #parallax effect on #hover
    ▻https://css-tip.com/3d-parallax-effect

    Un petit effet « wow ! »

    img {
      --s: 300px; /* the image size */
      
      width: var(--s);
      aspect-ratio: 1;
      box-sizing: border-box;
      padding-inline: calc(var(--s)/10) 0;
      object-fit: cover;
      border-radius: 20px;
      transform: perspective(350px) rotateY(calc(var(--_i,1)*10deg));
      transition: .5s;
    }
    img:hover {
      --_i: -1;
      padding-inline: 0 calc(var(--s)/10);
    }

    #css

    b_b @b_b PUBLIC DOMAIN
    • @touti
      vide @touti 23/10/2024

      https://assets.codepen.io/2017/hyacinth_macaw.png
      https://picsum.photos/id/776/400/500?.jpg

      vide @touti
    Écrire un commentaire
  • @b_b
    b_b @b_b PUBLIC DOMAIN 18/10/2024

    #Avatar #hover #effect with a rhombus shape
    ▻https://css-tip.com/avatar-rhombus

    Avatar hover effect with a rhombus shape

    #css

    b_b @b_b PUBLIC DOMAIN
    Écrire un commentaire
  • @baroug
    baroug @baroug 25/11/2016

    Tilt Hover Effects | Demo 2 | Codrops
    ▻http://tympanus.net/Development/TiltHoverEffects/index2.html

    #js #hover #webdesign

    baroug @baroug
    Écrire un commentaire
  • @baroug
    baroug @baroug 12/01/2015
    11
    @monolecte
    @james
    @julien
    @ze_dach
    @rastapopoulos
    @7h36
    @02myseenthis01
    @marcimat
    @goom
    @b_b
    @mukt
    11

    Hover.css - A collection of CSS3 powered hover effects
    ▻https://ianlunn.github.io/Hover

    A collection of #CSS3 powered #hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS.

    #web_design

    • #animation
    baroug @baroug
    • @monolecte
      Monolecte 😷🤬 @monolecte CC BY-NC-SA 12/01/2015

      #joli

      Monolecte 😷🤬 @monolecte CC BY-NC-SA
    • @rastapopoulos
      RastaPopoulos @rastapopoulos CC BY-NC 12/01/2015

      #développement #web #CSS #animation #survol

      RastaPopoulos @rastapopoulos CC BY-NC
    Écrire un commentaire
  • @baroug
    baroug @baroug 30/10/2014
    2
    @kent1
    2

    #Hover Effect Ideas | Set 1
    ▻http://tympanus.net/Development/HoverEffectIdeas

    An inspirational collection of subtle hover effects

    #webdesign

    baroug @baroug
    • @rastapopoulos
      RastaPopoulos @rastapopoulos CC BY-NC 30/10/2014

      Le hover a-t-il encore un sens de nos jours, avec tous ces appareils tactiles ?

      Enfin, en décoration oui, pour signifier que la souris passe sur un élément ayant une interaction (lien, bouton, essentiellement).

      Mais pas pour faire apparaître autre chose : on voit que dans certains exemples ça fait apparaître des liens ou boutons en plus (favoris, télécharger, etc), et dans presque tous du contenu textuel supplémentaire.

      RastaPopoulos @rastapopoulos CC BY-NC
    • @baroug
      baroug @baroug 30/10/2014

      La logique qui fait qu’en tactile, un truc en hoover apparait au premier clic, et qu’une deuxième clic déclenche ce qui serait un clic dans un appareil « normal », n’est pas plus ou moins universelle ?

      baroug @baroug
    • @rastapopoulos
      RastaPopoulos @rastapopoulos CC BY-NC 30/10/2014

      Je n’ai pas de statistiques mais ce n’est pas du tout une fonctionnalité reconnue et documentée, au départ c’est juste un ajout sur le Safari de iOS :
      ▻http://www.nczonline.net/blog/2012/07/05/ios-has-a-hover-problem
      ▻http://www.prowebdesign.ro/how-to-deal-with-hover-on-touch-screen-devices
      ▻http://cssmenumaker.com/blog/solving-the-double-tap-issue-on-ios-devices

      À chaque fois c’est « on Apple », « on iOS ». D’autres peuvent avoir copié mais au départ c’est ça.

      RastaPopoulos @rastapopoulos CC BY-NC
    • @baroug
      baroug @baroug 30/10/2014

      C’est pas con en tout cas : p

      baroug @baroug
    Écrire un commentaire
  • @jasmine
    Jasmine @jasmine CC BY 23/10/2014
    1
    @monolecte
    1

    Hendo Hoverboards - World’s first REAL hoverboard by Hendo Hover — Kickstarter
    ▻https://www.kickstarter.com/projects/142464853/hendo-hoverboards-worlds-first-real-hoverboard
    ▻https://d2pq0u4uni88oo.cloudfront.net/projects/1415522/video-456349-h264_high.mp4


    ▻http://vimeo.com/109709497

    #technologie #lévitation #hoverboards

    • #Marty McFly
    Jasmine @jasmine CC BY
    • @monolecte
      Monolecte 😷🤬 @monolecte CC BY-NC-SA 23/10/2014

      #Marty_Mcfly version #sourd

      Monolecte 😷🤬 @monolecte CC BY-NC-SA
    Écrire un commentaire
  • @baroug
    baroug @baroug 14/12/2013

    The #Responsive #Hover Paradigm ◆ 24 ways
    ▻http://24ways.org/2013/the-responsive-hover-paradigm

    #CSS #transitions and #animations provide web designers with a whole slew of tools to spruce up our designs. Move over ActionScript tweens! The techniques we can now implement with CSS are reminiscent of Flash-based adventures from the pages of web history

    #web_design

    • #web designers
    • #ActionScript
    baroug @baroug
    Écrire un commentaire
  • @tetue
    tetue @tetue CC BY 2/08/2012
    1
    @baroug
    1

    Non Hover | Trent Walton
    ▻http://trentwalton.com/2010/07/05/non-hover

    Elements that rely only on mousemove, mouseover, mouseout or the CSS pseudo-class :hover may not always behave as expected on a touch-screen device such as iPad or iPhone.

    #hyperliens #hyperlinks #hover #non-hover #mouseover #tactile

    • #Trent Walton
    • #iPad
    • #iPhone
    tetue @tetue CC BY
    Écrire un commentaire
  • @olivier_sc
    Olivier-SC @olivier_sc 2/03/2012

    Retour vers le Futur : l’Hoverboard est disponible !
    ►http://www.presse-citron.net/lhoverboard-de-retour-vers-le-futur-est-disponible-en-pre-commande

    Mattel, la célèbre marque de jouets, propose en pré-commande l’emblématique Hoverboard du film « Retour vers le Futur », pour le plus grand plaisir des fans de la saga.

    #Hoverboard

    Olivier-SC @olivier_sc
    Écrire un commentaire
  • @nhoizey
    Nicolas Hoizey @nhoizey CC BY-NC-SA 25/11/2010

    Cookbook/Navigation - jQuery JavaScript Library
    ►http://docs.jquery.com/Cookbook/Navigation
    #menu #hover #over #jQuery #javascript

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire
  • @0gust1
    0gust1 @0gust1 CC BY-NC 14/05/2010

    hoverIntent jQuery Plug-in
    ►http://cherne.net/brian/resources/jquery.hoverIntent.html

    #jquery #plugin #javascript #hover #usability #webdev #ui #hoverintent

    0gust1 @0gust1 CC BY-NC
    Écrire un commentaire
  • @0gust1
    0gust1 @0gust1 CC BY-NC 28/12/2009

    jQuery Image Effects - Hover Effect w/ jQuery & CSS - jQuery Tutorial
    ►http://www.sohtanaka.com/web-design/fancy-thumbnail-hover-effect-w-jquery

    #webdesign #design #hover #thumbnail #zoom #effects #jquery #image #tutorials #javascript #effect

    0gust1 @0gust1 CC BY-NC
    Écrire un commentaire

Thèmes liés

  • #jquery
  • #javascript
  • #webdesign
  • #css
  • #effect
  • #web_design
  • #hover
  • #css
  • #hoverboard
  • company: mattel
  • #menu
  • #over
  • #plugin
  • #usability
  • #webdev
  • #ui
  • #hoverintent
  • #design
  • #thumbnail
  • #zoom
  • #effects
  • #image
  • #tutorials