Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ozrn/flex-panel-gallery
- Owner: ozrn
- Created: 2022-08-04T12:11:13.000Z (over 2 years ago)
- Default Branch: root
- Last Pushed: 2022-08-07T12:05:21.000Z (over 2 years ago)
- Last Synced: 2023-05-15T16:26:30.295Z (over 1 year ago)
- Language: CSS
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)