https://github.com/wprashed/swatchbook
A tutorial about how to create a swatch book like component that let's you open and rotate the single swatches revealing some details. We will be using CSS transforms and transitions and create a simple jQuery plugin.
https://github.com/wprashed/swatchbook
Last synced: about 2 months ago
JSON representation
A tutorial about how to create a swatch book like component that let's you open and rotate the single swatches revealing some details. We will be using CSS transforms and transitions and create a simple jQuery plugin.
- Host: GitHub
- URL: https://github.com/wprashed/swatchbook
- Owner: wprashed
- Created: 2020-09-14T05:31:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T05:34:12.000Z (over 5 years ago)
- Last Synced: 2024-10-19T07:53:20.004Z (over 1 year ago)
- Language: CSS
- Size: 287 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SwatchBook
A tutorial about how to create a swatch book like component that let's you open and rotate the single swatches revealing some details. We will be using CSS transforms and transitions and create a simple jQuery plugin.
And that's all, I hope you like it and find it inspiring!