Spread Fx

3.06.2018

Suppose there are two hidden planes that are going to be shown 1 by 1 when the shared container is hovered. E.g. On hover, flips A (0.7s motion) then B (0.3s motion); On mouseout, transit backward We can do that by specifying transition-delay on two states: /*hover state*/ A:hover { transition-delay:0 }/* A first */ B:hover { transition-delay:0.7s }/* 0.7s for A mo duration */ /*normal state (=mouseout state) */ A { transition-delay:0.3s }/* 0.3s for B mo duration */ B { transition-delay:0s }/* B first */

Made with: HTML,CSS

View Code

Spread Fx

Kitties! Hover Images

31.05.2018

No Edge support for pentagons and hover effect (because of clip-path... still looks decent though).

Made with: HTML (Pug),CSS (SCSS)

View Code

Kitties! Hover Images

Animated Image Clipping

30.04.2018

Simple CSS animated image clipper, making various shapes using percentages.

Made with: HTML,CSS

View Code

Animated Image Clipping

Image Hover Animation

13.04.2018

Hover animation could be used for links to categories or post types. Also deals with skewing container while keeping background image straight.

Made with: HTML (Pug),CSS (Stylus)

View Code

Image Hover Animation

Glitch Effect For Image On Hover

17.03.2018

Glitch effect with CSS clip-path without JS.

Made with: HTML,CSS (SCSS)

View Code

Glitch Effect For Image On Hover

Image Mosaic Effect With Css Grids & Blend Modes

11.03.2018

Uses CSS Grid Spec and mix-blend-mode to create a mosaic effect from a single image.

Made with: HTML,CSS (SCSS)

View Code

Image Mosaic Effect With Css Grids & Blend Modes

Sliding Blinds Effects

2.02.2018

Using CSS custom properties, we can get a pretty fun result.

Made with: HTML (Pug),CSS (SCSS)

View Code

Sliding Blinds Effects

3D Perspective Image

29.01.2018

3D perspective mouse hover image.

Made with: HTML,CSS

View Code

3D Perspective Image

Perspective Tilty Images

28.09.2017

Just an experiment to get more familiar with transform: matrix3d() in CSS.

Made with: HTML/Pug

View Code

Perspective Tilty Images

Image Overlay Effect

28.08.2017

Pure CSS image overlay effect.

Made with: HTML

View Code

Image Overlay Effect

Zoom Image

6.08.2017

Zoom image with scale.

Made with: HTML

View Code

Zoom Image

Image Cropped And Hover Zoom Effect

26.06.2017

Made with: HTML/Pug

View Code

Image Cropped And Hover Zoom Effect

Image Transition On Scroll(Gsap)

19.06.2017

Transition inspiration from http://www.weareuprising.com/work/4.

Made with: HTML

View Code

Image Transition On Scroll(Gsap)

Image Hover Effect

2.06.2017

Image with reflection and proximity effect on hover.

Made with: HTML

View Code

Image Hover Effect

Css Gradient Hover Effect

29.08.2016

A quick proof of concept for a hover effect utilizing mix-blend-mode and CSS gradients.

Made with: HTML,CSS (SCSS)

View Code

Css Gradient Hover Effect

Colored Overlay

12.07.2016

Colored overlay with box-shadow for images.

Made with: HTML,CSS

View Code

Colored Overlay

Image Hover Effect

31.01.2016

Simple and very nice pulsing image hover effect.

Made with: HTML,CSS

View Code

Image Hover Effect

2.5D

13.01.2014

Attempting to recreate a 2.5D effect using CSS.

Made with: HTML,CSS

View Code

2.5D

Animated Covers

8.05.2013

15 cool CSS animated image covers.

Made with: HTML,CSS

View Code

Animated Covers