medor.www
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

bower.json
application/json

Download raw (612 bytes)

{
	"name": "ScrollMagic",
	"version": "1.1.1",
	"description": "The jQuery plugin for magical scroll interactions.",
	"homepage": "http://janpaepke.github.io/ScrollMagic/",
	"authors": [
		{
			"name": "Jan Paepke",
			"homepage": "http://www.janpaepke.de"
		}
	],
	"main": [
		"js/jquery.scrollmagic.js"
	],
	"keywords": [
		"scroll",
		"scrolling",
		"animation",
		"sticky",
		"pin",
		"fixed",
		"scrollbar",
		"scrub",
		"sync",
		"position",
		"progress",
		"parallax",
		"events",
		"classes"
	],
	"dependencies": {
		"jquery": "~1.11.0",
		"gsap": "~> 1.11.5"
	},
	"license": [
		"MIT",
		"GPL-3.0+"
	]
}