Category: Misc

Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.

Flip animation with two images on opposite sides

Flip animation with two images on opposite sides

/* Banner Image Flip */ @-webkit-keyframes move1 { 0% { transform: rotate3d(0, 1, 0, 0deg); opacity: 1; } 10% { transform: rotate3d(0, 1, 0, 90deg); opacity: 0; } 50% { transform: rotate3d(0, 1, 0, 90deg); opacity: 0; } 60% { transform: rotate3d(0, 1, 0, 0deg);...
Figma – A free tool to create website interface designs

Figma – A free tool to create website interface designs

Figma is a cloud-based interface design tool that allows you to create and collaborate on website designs with your team. Unlike traditional design tools that require you to download and install software, Figma works directly in your browser, making it accessible from...