Best jQuery SVG Tutorial Plugins & Tutorials with Demo

    Pizza Pie Charts with SVG & JavaScript

    Pizza Pie Charts with SVG & JavaScript

    Pizza is a responsive pie, donut, bar, and line graph charting library based on the Snap SVG framework from Adobe. It focuses on easy integration via HTML markup and CSS instead of JavaScript objects, although you can pass JavaScript objects to Pizza as well.

    Animating an SVG Menu Icon with Segment

    Animating an SVG Menu Icon with Segment

    A tutorial on how to implement an animated menu icon based on the Dribbble shot by Tamas Kojo using SVG and Segment, a JavaScript library for drawing and animating SVG paths.

    Animate Element Along SVG Path

    Animate Element Along SVG Path

    Today I’ll show you how to animate an SVG element along a predefined path using snapsvg javascript library.

    deSVG : JS Library to Remove inline SVG bloat

    deSVG : JS Library to Remove inline SVG bloat

    deSVG is a js library to remove inline SVG bloat from your HTML document.
    deSVG takes the <img /> tags you supply. It then grabs, using AJAX, the raw SVG you’ve set in the src attribute and replaces that <img /> with the <svg /> it downloads.

    SVGeezy : JavaScript Plugin for SVG fallbacks

    SVGeezy : JavaScript Plugin for SVG fallbacks

    A simple JavaScript plugin which detects SVG images on your website, and automatically “looks” for a standard image fallback for those older, less capable browsers. Those browsers need lovin’ too dawg.

    Animate Plus : JavaScript Library for CSS and SVG Animation

    Animate Plus : JavaScript Library for CSS and SVG Animation

    Animate Plus is a performant JavaScript library that helps you animate CSS properties and SVG attributes. Animate Plus is well-suited for quick UI interactions as well as longer animation sequences on both desktop and mobile.

     

    jQuery DrawSVG : Animate SVG paths

    jQuery DrawSVG : Animate SVG paths

    jQuery DrawSVG is lightweight, simple to use jQuery plugin to animate SVG paths.

    This plugin uses the jQuery built-in animation engine to transition the stroke on every <path> inside the selected <svg> element, using stroke-dasharray and stroke-dashoffset properties.

    Material Design Ripple Effects with SVG

    Material Design Ripple Effects with SVG

    An in-depth tutorial on how to build the ripple effect outlined under Google Material Design’s Radial Action specification and combine it with the powers of SVG and GreenSock.

    Elastic Progress with SVG & CSS

    Elastic Progress with SVG & CSS

    An elastic SVG progress loader based on the Dribbble shot “Download” by xjw and implemented with SVG and TweenMax.

    Chartist.js : Simple Responsive Charts

    Chartist.js : Simple Responsive Charts

    Chartist.js is a simple responsive charting library built with SVG. There are hundreds of nice charting libraries already out there, but they are either:

    • not responsive
    • use the wrong technologies for illustration (canvas)
    • are not flexible enough while keeping the configuration simple
    • are not friendly to your own code
    • are not friendly to designers
    • have unnecessary dependencies to monolithic libraries
    • more annoying things