Best jQuery Core Java Script Plugins & Tutorials with Demo

    Zdog : A Pseudo-3D Engine for Canvas and SVG

    Zdog : A Pseudo-3D Engine for Canvas and SVG

    Zdog is a 3D JavaScript engine for <canvas> and SVG. With Zdog, you can design and render simple 3D models on the Web. Zdog is a pseudo-3D engine. Its geometries exist in 3D space, but are rendered as flat shapes.

    Zdog uses the same principle. It renders all shapes using the 2D drawing APIs in either <canvas> or <svg>. Spheres are actually dots. Toruses are actually circles. Capsules are actually thick lines. It’s a simple, but effective trick. The underlying 3D math comes from Rotating 3D Shapes by Peter Collingridge.

    Tornis : JavaScript library that Watches and Respond to Browser ViewPort

    Tornis : JavaScript library that Watches and Respond to Browser ViewPort

    Taking its name from the forest watchtowers of Latvia, Tornis is a minimal JavaScript library that watches the state of your browser’s viewport, allowing you to respond whenever something changes.Tornis currently tracks state for:

    • Mouse position
    • Mouse cursor velocity
    • Viewport size
    • Scroll position
    • Scroll velocity

    Creating Grid-to-Fullscreen Animations with Three.js

    Creating Grid-to-Fullscreen Animations with Three.js

    Learn how to create thumbnail to fullscreen animations for image grids using Three.js.In this tutorial we want to look at how to create some interesting grid-to-fullscreen animations on images. The idea is to have a grid of smaller images and when clicking on one, the image enlarges with a special animation to cover the whole screen. We’ll aim for making them accessible, unique and visually appealing. Additionally, we want to show you the steps for making your own.

    Ola.js : A Library for Smoothly Animating Values

    Ola.js : A Library for Smoothly Animating Values

    Ola.js is a smooth animation library for interpolating numbers.

    Scrollpup.js : Scroll Progress Bar with Javascript

    Scrollpup.js : Scroll Progress Bar with Javascript

    Scrollpup.js is responsive and written in pure javascript and it weights around 1kb.

    blinkTitle.js : JavaScript TitleBar Alert or Notification

    blinkTitle.js : JavaScript TitleBar Alert or Notification

    BlinkTitle.js is a pure javascript implementation of titlebar alert or notification.It can perform blinking of HTML titlebar for titlebar alert or titlebar notification.

    Buha.js : Sync/Async Javascript Functions

    Buha.js : Sync/Async Javascript Functions

    Buha.js is a browser based Strictly ordered Task Queue for Sync/Async Javascript Functions.

    FXB Grid : Mobile-friendly Javascript Grid Control

    FXB Grid : Mobile-friendly Javascript Grid Control

    FXB Grid is a mobile-friendly javascript grid control.

    Features:

    • Responsively show and hide columns based on container width
    • Responsively change row height based on font size
    • Low processor usage – prolong battery life
    • Full support for touch devices
    • Special touch gestures

    Hybrids : UI library for Creating Web Components

    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 thissyntax. 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

    Smooth Scroll Manager with JavaScript

    Smooth Scroll Manager with JavaScript

    Scroll Manager is utility class that controls smooth scroll and showing some elements by scroll event.