Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

How do I make it so that when hovering a gif in the profile. it would play.

Thats a really good question Bein.

Honestly I’m not sure… I’ll have to have a play. If I work it out I’ll let you know.

Okay, thanks, I'm glad you would be able to help me.

  </style>

    .gif-hover {

      width: 150px; (ns el tamaño de tu imagen jsjs)

      height: 150px;

    }

    

    .gif-hover:hover {

      content: url("tu gif animada");

    }

  </style>

creo q es asi (hace mucho q no hago codes) 

obviamente le agregas donde esta localizada tu imagen en la pantalla junto en donde esta su tamaño. espero q te ayude!