├── LICENSE ├── Makefile ├── component.json ├── jquery.easing.js └── jquery.easing.min.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danro/jquery-easing/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danro/jquery-easing/HEAD/Makefile -------------------------------------------------------------------------------- /component.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danro/jquery-easing/HEAD/component.json -------------------------------------------------------------------------------- /jquery.easing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danro/jquery-easing/HEAD/jquery.easing.js -------------------------------------------------------------------------------- /jquery.easing.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danro/jquery-easing/HEAD/jquery.easing.min.js --------------------------------------------------------------------------------