Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Oh I used

transition: transform 0.5s ease, box-shadow 0.3s ease, background 0.3s ease; 

in .gamecell to do the smooth glide between sizes and

.game_cell:hover {
  transform: scale(1.05);
}

to do the scaling.