Category Archives: Blog

The Best JavaScript & CSS Animation Libraries for UI Designers

Animation is a part of a UI designer’s job. Here are 9 free animation libraries we think deliver the most power for the smallest file size, while being relatively easy to use for reasonably code-savvy designers that aren’t full-blown developers. Continue reading The Best JavaScript & CSS Animation Libraries for UI Designers on SitePoint.

How To Create A Vanilla JavaScript Gantt Chart: Adding Task Editing Features (Part 2)

This article is a sponsored by Bryntum In Part 1 of this article, we developed a web component for an interactive Gantt Chart. Now we will enhance the Gantt Chart component with some interaction possibilities for editing the jobs: the job bars are made resizable by mouse-dragging, and we also implement an editing dialogue that…