Coder Social home page Coder Social logo

spinner-for-framerjs's Introduction

Spinner Module For Your Framerjs Prototypes

I built this spinner module so you can easily integrate it in your prototypes: See it in Action

Spinner

This spinner is inspired by the spinner from Skype. Thank you Travis Kirton for sharing this tutorial

Setup

  1. Download the spinner.coffee file
  2. Create or open a framer project and drop spinner.coffee inside the /modules folder
  3. Add `{spinnerView} = require 'spinner' at the top of your document (case-sensitive).

Add Spinner

spinner = new spinnerView

Start Spinner

spinner.start()

Stop / Hide Spinner

spinner.stop()

Optional Properties

You can also customize the spinner and its background with following properties:

property Description
dotSize The size of each dot in the animation (default: 40)
dotColor The color of the dots (default: "#fff")
loaderHeight Size of the spin animation
hasBackgroundColor Backdrop color of the animation. If not set there is no backgroundcolor (default: "")
backgroundOpacity Backdrop opacity (default: 1)
spinner = new spinnerView
	dotSize: 200
	dotColor: "#ccc"
	loaderHeight: 300
	hasBackgroundColor: "#641EFE"
	backgroundOpacity: 0.5

spinner-for-framerjs's People

Watchers

James Cloos avatar Jungho Song avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.