Showcase Of Colorful Mobile User Interface Designs

Advertisement User Interface (UI) has two parts: technological and aesthetic. The technological half is the logic and scientific method used to make not just a program work, but to ensure that users find access to the program simple to navigate. The aesthetic half provides users with an interface that is attractive visually and draws the… Continue reading Showcase Of Colorful Mobile User Interface Designs

Get Notified when a DOM Element Enters or Exits

Posted · Category: MIT License, Tools You can Get notified when a DOM element enters or exits the viewport with in-view.js. It’s a small (~1.9kb gzipped), dependency-free, javascript utility for IE9+. With in-view, you can register handlers that are called when an element enters or exits the viewport. Each handler receives one element, the one… Continue reading Get Notified when a DOM Element Enters or Exits