Project Cards Template is a portfolio template with expandable projects and a full-page navigation inspired by Primer app.It’s been created by Codyhouse and inspired by the Primer app, which makes a great use of cards and motion throughout their design.Expandable items and a bold, full-page navigation have been applied. Here’s a quick animation that explains the cards positioning
Neutron is a Sass framework that empowers you to create flexible, clear, and semantic website layouts.Neutron is built from the beginning to be clear, concise, and–primarily–a flexible system for creating website layouts. Neutron does more than just let you build your layout quickly, it lets you maintain your work or change direction entirely with much less effort than other frameworks require. This flexibility lets you iterate faster and easier, your code can now keep up…
Corpus is a CSS toolkit by Jamie Wilson. It uses Flexbox for the grid system, viewport-based heights and percentage-based widths, is heavily influenced by Basscss’s White Space module, and has a few useful greyscale color utilities.Prism.js is used for syntaxhighlighting and Predawn color scheme.Styles are written in SCSS.
With the advent of Google’s Material Design came a visual language that set out to create a unified experience across platforms and devices. Google’s examples depicted through their Animation section of the Material Guidelines has become so identifiable in the wild that many have come to know these interactions as part of the Google brand. This is an in-depth tutorial by Codrops on how to build the ripple effect outlined under Google Material Design’s Radial…
Motion UI is a Sass library for creating CSS transitions and animations from your friends at ZURB. It’s been originally integrated into Foundation for Apps, the code is now a standalone library, soon to be used by Foundation for Sites and Foundation for Apps. The package includes a CSS file with a bunch of premade transitions and animations, along with the source Sass files, which allow you to build your own. Motion UI includes a…
Today we bring together free drag and drop jQuery plugins.drag and drop is a pointing device gesture in which the user selects a virtual object by “grabbing” it and dragging it to a different location.Drag and drop was first used in Mac to copy between disk and folders.Today rag and drop functionality is being used in websites and it really saves time for user. Here is the list of free drag and drop jQuery plugins.…
Today’s tutorial simple modal window comes from Codyhouse.It shows you how to animate at once multiple SVG paths to create a stylish background effect for a modal window.The inspiration is from UI8 Nav on Dribbble.
clipboard.js is a modern copy to clipboard with No Flash.Copy text to the clipboard shouldn’t be hard. It shouldn’t require dozens of steps to configure or hundreds of KBs to load. But most of all, it shouldn’t depend on Flash or any bloated framework. clipboard.js takes advantage of HTML5 data attributes for better usability.This library relies on both Selection and execCommand APIs. The second one is supported in the following browsers: Chrome 42+, Firefox 41+,…
Responsive Sidebar Navigation is an easy-to-integrate side, vertical navigation, ideal for dashboards and admin areas.Building responsive navigations for mega sites is never an easy task. If you’re working on an admin panel, chances are you’ll need to design and develop a vertical menu, with plenty of sub-categories.So here is a tutorial to create responsive sidebar navigation for admin dashboards by Codyhouse.
The tooltip is a common graphical user interface element used in conjunction with a cursor, usually a pointer. The user hovers the pointer over an item, without clicking it, and a tooltip may appear—a small “hover box” with information about the item being hovered over. So today we have gathered easy-to-implement CSS tooltips for your web design projects. awTooltip Tooltips right, left, top or bottom of the elements. Super, it isn’t?Also you can change color…