Design Thinking Process Altaf4 years ago Design Thinking is a design methodology that provides a solution-based approach to solving problems. It is an iterative process in which w...
Create user interface design using atomic design methodology Altaf7 years ago Atomic design Atomic design is a methodology composed of five distinct stages working together to create interface design system...
Typography in UI Design Altaf7 years ago Making the right typography choices can give your website a feel of crispness and polish. Bad typography choices, on the other hand, are...
CSS Evolution: From CSS to Styled Components Altaf8 years ago Since the beginnings of the Internet we’ve always had the need to style our websites, CSS has been around forever and has evolved at i...
MICROINTERACTION Altaf8 years ago WHAT IS A MICROINTERACTION? Microinteractions are contained product moments that revolve around a single use case—they have one mai...
Motion UI Design Altaf9 years ago The current state of motion design can be compared to the Drop Shadow Era of visual design. Animation capabilities have improved dram...
UI/UX Design Trends to Watch for in 2015.... Altaf10 years ago 1. SVG SVG became a buzzword in 2014. It is no wonder, because with this vector format, your assets look crisp and nicely adapt to an...
iOS app Design Guide Altaf10 years ago Introduce fundamental iOS and UI design concepts. Retina Exact doubling of the previous resolution. i.e 326 ppi Pixels A pixel (p...
Moving down arrow using CSS3 animation Altaf10 years ago Step 1. Add below div in HTML body section <div class="arrow animated moving"> </div> Step 2. Add below ...
Smooth scrolling when clicking an anchor link Altaf10 years ago 1. Add below coder in script <script src="js/jquery.min.js"></script> <script> $(function(...