100+ Best jQuery Plugin & Tutorial of June 2020

    LegraJS : Javascript Lego brick Graphics Library

    LegraJS : Javascript Lego brick Graphics Library

    Legra (Lego brick Graphics) is a small (3.36KB gzipped) JavaScript library that lets you draw using LEGO® like brick shapes on an HTML <canvas> element. This library defines basic graphics primitives like lines, rectangles, polygons, ellipses, bézier curves, etc. All shapes are drawn either outlined or filled in.

    Svgbob : Convert your ASCII Diagrams into SVG

    Svgbob : Convert your ASCII Diagrams into SVG

    Svgbob transform your ascii diagrams into a nice svg representation. Svgbob is a diagramming model which uses a set of typing characters to approximate the intended shape.

    Making Stagger Reveal Animations for Text with GSAP & Splitting.js

    Making Stagger Reveal Animations for Text with GSAP & Splitting.js

    A short tutorial on how to recreate a letter stagger animation with GSAP and Splitting.js. It happens when you click on “About” (and then “Close”). This kind of show/hide animation on the typographic elements is being used in many designs lately. At Codrops we call it a “reveal” animation.

    CindyJS : A Framework for Interactive Mathematical Content

    CindyJS : A Framework for Interactive Mathematical Content

    CindyJS is a framework to create interactive (mathematical) content for the web.It aims to be compatible with Cinderella, providing an interpreter for the scripting language CindyScript as well as a set of geometric operations which can be used to describe constructions. Together, these components make it very easy to visualize various concepts, from geometry in particular and mathematics in general, but also from various other fields.

    Rough Notation : JavaScript library to Create and Animate Annotations

    Rough Notation : JavaScript library to Create and Animate Annotations

    A small JavaScript library to create and animate annotations on a web page

    Rough Notation uses RoughJS to create a hand-drawn look and feel. Elements can be annotated in a number of different styles. Animation duration and delay can be configured, or just turned off.

    Infinitely Scrollable Vertical Menu

    Infinitely Scrollable Vertical Menu

    A quick look at how an infinitely scrollable menu works based on a looping scroll illusion of cloned items.