Amazing animated color bars parallax effect on black & white image while page scrolling.In parallaxColorBars you can now add settings using the data-parallax-color-bar attribute. You still need to call $(element).parallaxColorBars() to initialize parallaxColorBars on the element.
Best jQuery Core Java Script Plugins & Tutorials with Demo
News Ticker – Live News Headlines and Articles from Google News
This is a very modern Responsive Live News Headlines Strip Design. now you can use any website or landing page. this is multipurpose item. if can choose any one integrate your website or template. we are giving Google News Api with continues and live news strip design. It is Fixed on header. each strip have unique design. our item have five top news api strip design header . you can choose any one. This strip is design in fully responsive bootstrap 3.0 framework.
Features:
- 100% Responsive Layout
- – Live News Upadate
- – Google News Display/li>
- – 137 news source intigration
- – Many Animation Effect
- – Documentation included
- – Clean Design and Code
- – Easy to Customize
- – Bootstrap Framewrok 3.0
- – Fixed Google News Api at header
- – Cancel this any time
nanoJS : JS library for DOM Manipulation
nanoJS is around 100 lines of code (0.6 Kb compressed) JavaScript library for basic DOM manipulation. It has jQuery like syntax and supports chaining.
Because is so small and simple you can add or remove methods directly in the library, meaning is very customizable. All methods are unrelated so removing one will not affect the library in any way (except each method).
Bottender : Make Bots Your Way Fast and Flexible
- Flexible – Declare handlers as any JavaScript function.
- Modern – Source written with ES6/ES7 syntax and great async await supports.
- Modular – Use session stores, server framework adapters and platform connectors with same interface.
- Learn Once, Write Anywhere – Handle multiple platforms with consistent development experience.
JSMpeg : MPEG1 Video & MP2 Audio Decoder in JavaScript
JSMpeg is a Video Player written in JavaScript. It consists of an MPEG-TS demuxer, MPEG1 video & MP2 audio decoders, WebGL & Canvas2D renderers and WebAudio sound output. JSMpeg can load static videos via Ajax and allows low latency streaming (~50ms) via WebSockets.
JSMpeg can decode 720p Video at 30fps on an iPhone 5S, works in any modern browser (Chrome, Firefox, Safari, Edge) and comes in at just 20kb gzipped.
Ranger.js : JavaScript library for Ranges of Numbers
Ranger.js is a small, standalone library for working with ranges of numbers in Javascript.
Ranger provides all the utility methods you’d expect, including clamp
, wrap
, map
, and random
. These methods are available statically, as well as through a Range
object that can be instantiated for repeated use.
Ranger’s main feature is the ability to provide a ‘curve’ function to certain methods, which will affect how numbers are distributed.