├── .gitattributes ├── LICENSE ├── ParallaxComponents.coffee ├── README.md ├── example.coffee ├── module.json └── parallaxComponents.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marckrenn/framer-ParallaxComponents/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marckrenn/framer-ParallaxComponents/HEAD/LICENSE -------------------------------------------------------------------------------- /ParallaxComponents.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marckrenn/framer-ParallaxComponents/HEAD/ParallaxComponents.coffee -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marckrenn/framer-ParallaxComponents/HEAD/README.md -------------------------------------------------------------------------------- /example.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marckrenn/framer-ParallaxComponents/HEAD/example.coffee -------------------------------------------------------------------------------- /module.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marckrenn/framer-ParallaxComponents/HEAD/module.json -------------------------------------------------------------------------------- /parallaxComponents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marckrenn/framer-ParallaxComponents/HEAD/parallaxComponents.png --------------------------------------------------------------------------------