Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ozrn/flex-panel-gallery

JS image gallery
https://github.com/ozrn/flex-panel-gallery

Last synced: about 2 months ago
JSON representation

JS image gallery

Awesome Lists containing this project

README

        

# JS30 #5: flex-panel-gallery
This is the fifth project of JS30 challenges by Wes Bos and displays how to create and design a simple flexible
image gallery using CSS flexbox model and vanilla JavaScript.


What this does is that when a click event happens, the clicked image extends to show all content.

Once transition has completed, the image hides all content by getting smaller.


You can see demo [here](https://ozrn.github.io/flex-panel-gallery/)