• Stars
    star
    1,145
  • Rank 39,097 (Top 0.8 %)
  • Language
    HTML
  • Created about 15 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

jQuery plugin for creating interactive parallax effect

Warning

This plugin is not maintained. Note that it has been possible to make parallax effects in near-pure CSS for some time, using a combination of translateZ(), perspective, and either a bit of JS for pointer tracking or a scrolling container. It is srongly suggested that you explore that avenue, as the resulting animations are optimised for the GPU, and smoother than this plugin can ever be. There is parallax scrolling page that I made based on this technique here

jquery.parallax

What does jquery.parallax do?

jquery.parallax turns nodes into absolutely positioned layers that move in response to the mouse. Depending on their dimensions, and on the options passed in, these layers move at different rates, in a parallaxy kind of way.

Demos and docs

stephen.band/jparallax/

More Repositories

1

jquery.event.swipe

jQuery custom events swipeleft, swiperight, swipeup and swipedown
HTML
447
star
2

jquery.event.move

Custom events 'movestart', 'move' and 'moveend' for jQuery.
HTML
255
star
3

scribe

Music notator. Takes JSON, outputs SVG.
HTML
66
star
4

midi

Receive, transmit and manipulate browser MIDI events
JavaScript
52
star
5

jquery.transitions

Feature detects CSS transition support and provides two methods – .addTransitionClass() and .removeTransitionClass() – that manage transitions.
JavaScript
23
star
6

jquery.event.frame

Special event plugin providing exactly one timer to trigger 'frame' events on any number of objects.
JavaScript
21
star
7

jticker

jQuery plugin that prints elements like a ticker tape, whilst respecting the DOM tree that it tickers through
JavaScript
11
star
8

dom

A library of functional DOM Functions and Event Streams for HTML and SVG in HTML
JavaScript
10
star
9

jquery.event.tap

jQuery tap event for more responsive touch interfaces.
JavaScript
8
star
10

slide-show

A slideshow/carousel based on scroll snapping, implemented as the <slide-show> custom element.
HTML
7
star
11

jquery.choose.color

Colour chooser using Canvas to display a colour wheel. Includes opacity chooser.
JavaScript
6
star
12

bolt

class-based, evented front-end library
CSS
6
star
13

music

A library of functions for analysing musical information.
JavaScript
5
star
14

fn

A library of functional functions
JavaScript
4
star
15

sound.io

Repos for the sound.io project have been moved to
4
star
16

jquery.skin

A modular approach to creating user interface controls
JavaScript
4
star
17

literal

Literal templates for the DOM
JavaScript
4
star
18

Color.js

Simple object for manipulating colours.
JavaScript
4
star
19

jquery.event.scrollevents

A 'scrolltop' or 'scrollbottom' event that is triggered when the user hits the limits of a scroll.
JavaScript
3
star
20

midi-graph

A live graph of MIDI events as a browser component.
JavaScript
3
star
21

harmony-circle

An interactive cycle-of-fourths harmonic visualiser
JavaScript
3
star
22

sequencer.js

Sequencer for playback of timed event data, with a timer that compensates for latency, and realtime control of speed and offset.
JavaScript
3
star
23

guides

Adds a choice of toggle-able grid overlays to the page.
CSS
2
star
24

keys

1
star
25

midi-modules

A specification for making interoperable midi modules.
1
star
26

collection

An observable array-like object constructor.
JavaScript
1
star
27

vector

Vector() constructor
JavaScript
1
star
28

colin

Colin does linear interpolation collision detection.
JavaScript
1
star
29

window

A static page that displays properties of the window object. Useful for quickly checking browsers.
HTML
1
star
30

midi-modify

A midi node for modifying messages
JavaScript
1
star
31

stephband.github.com

CSS
1
star
32

midi-monitor

A live list display of MIDI events as a browser component.
JavaScript
1
star
33

Audio.js

HTML5 patch to provide fallback for the Audio constructor
1
star
34

jquery.truncate

Text truncation for jQuery.
JavaScript
1
star
35

midi-filter

Filters MIDI events.
JavaScript
1
star
36

marslander

JavaScript
1
star
37

gameball

Arno and Elmars Game
HTML
1
star
38

midi-throttle

A MIDI node that throttles incoming messages to the browser's frame rate.
JavaScript
1
star
39

jquery.event.click

Special event plugin that extends the binding of 'click' events to support event delegation. An experimental alternative o using .live(). Requires jQuery 1.4.
JavaScript
1
star