EXPANDING SECTIONS
Expanding sections on hover.
Made with
- HTML / CSS
EXPANDING PANELS
Responsive flexbox
expanding panels.
Made with
- HTML (Pug) / CSS (SCSS)
PANEL SWITCH INTERACTION
Panel switch interaction with flexbox and JS.
Links
Made with
- HTML / CSS (SCSS) / JavaScript (Babel)
FULL-WIDTH PANEL EXPANSION
A CSS only expanding panel gallery with CSS vars to progressively enhance with animation.
Links
Made with
- HTML / CSS (Less)
FLEX PANELS
This boxes resize when clicked. Try to click more than one and see what happens.
Links
Made with
- HTML / CSS / JavaScript
PURE CSS HOVER
Pure CSS hover panels.
Made with
- HTML (Pug) / CSS (Sass)
MULTIPLE SLIDING PANELS
Sliding panels around to give greater emphasis to the active panel. Uses only CSS :hover
states with transform
/opacity
transitions for maximum performance.
Links
Made with
- HTML / CSS (Less)
CSS-ONLY SLIDING PANELS USING TRANSFORMS
Sliding panels around to give greater emphasis to the active panel. Uses only CSS :hover
states with transform
/opacity
transitions for maximum performance. Responsively switches to a stacked layout on smaller screens, or by using the .panels--stacked
class.
Links
Made with
- HTML / CSS (Less)
SKEWED FLEXBOX PANELS
Experimenting with skew transforms applied to a series of flexbox panels. Switches the flex-direction
to columns for smaller screen sizes.
Links
Made with
- HTML (Pug) / CSS (SCSS)
PURE CSS PANELS
This is an example of onepage panels navigation made with only CSS.
Links
Made with
- HTML / CSS (Less)
DUAL SLIDING PANELS
Dual sliding panels with awesome CSS animations. Built with Stylus and vanilla JavaScript. Be sure to checkout the responsive view
Links
Made with
- HTML / CSS (Stylus) / JavaScript