├── .gitignore ├── README.md ├── demo.gif ├── example.framer ├── app.coffee └── modules │ └── shakeEvent.coffee ├── fm-badge@2x.png ├── module.json ├── shakeEvent.coffee ├── snippet.coffee └── thumb@2x.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayPS/Framer-Module-ShakeEvent/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayPS/Framer-Module-ShakeEvent/HEAD/README.md -------------------------------------------------------------------------------- /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayPS/Framer-Module-ShakeEvent/HEAD/demo.gif -------------------------------------------------------------------------------- /example.framer/app.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayPS/Framer-Module-ShakeEvent/HEAD/example.framer/app.coffee -------------------------------------------------------------------------------- /example.framer/modules/shakeEvent.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayPS/Framer-Module-ShakeEvent/HEAD/example.framer/modules/shakeEvent.coffee -------------------------------------------------------------------------------- /fm-badge@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayPS/Framer-Module-ShakeEvent/HEAD/fm-badge@2x.png -------------------------------------------------------------------------------- /module.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayPS/Framer-Module-ShakeEvent/HEAD/module.json -------------------------------------------------------------------------------- /shakeEvent.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayPS/Framer-Module-ShakeEvent/HEAD/shakeEvent.coffee -------------------------------------------------------------------------------- /snippet.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayPS/Framer-Module-ShakeEvent/HEAD/snippet.coffee -------------------------------------------------------------------------------- /thumb@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayPS/Framer-Module-ShakeEvent/HEAD/thumb@2x.png --------------------------------------------------------------------------------