Scrollpup.js is responsive and written in pure javascript and it weights around 1kb.
Animated Image Columns with TweenMax
An experimental web layout where several image columns get animated out when a menu item is clicked.The idea is based on the current trend of a grid layout where the columns are animated. In our demo, we animate a decorative image grid and make the columns move away in an alternating way, revealing some content underneath. We use a playful hover effect for the menu items and mimic the animating when they fly away. We also added some slight mouse move interaction for the columns.
Hybrids : UI library for Creating Web Components
Hybrids is a UI library for creating Web Components, which favors plain objects and pure functions over class
and this
syntax. It provides simple and functional API for creating custom elements.
- The simplest definition — just plain objects and pure functions
- Composition over inheritance — easy re-use, merge or split property definitions
- No global lifecycle callbacks — no did* or will* and only in the independent property definition
- Super fast recalculation — built-in cache mechanism secures performance and data flow
- Templates without external tooling — template engine based on tagged template literals
- Developer tools included — Hot module replacement support for fast and pleasant development
Editor.js : Block-styled Editor with clean JSON Output
Editor.js is a block-styled editor with clean JSON output.Blocks are structural units, of which the Entry is composed. For example, Paragraph, Heading, Image, Video, List are Blocks. Each Block is represented by Plugin. We have many ready-to-use Plugins and a simple API for creating new ones.