Pixate / pixate-actions

An official directory of Pixate actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixate Actions

This is the official directory of Actions you can use in Pixate. Actions let you script agains the Pixate editor, creating or manipulating layers, animations, and interactions.

This feature is currently in beta, so we suggest running new actions against dummy or cloned versions of your prototypes.

How Actions work

Actions are written using a subset of Javascript, and include most of the language features you'd expect. Pixate Actions use the Action API to define common actions, templates, or behaviors. Actions allow anyone to extend the Pixate editor, and opens up a lot of functionality for everyone. Think of them as the equivalent of plugins.

Contributing

We've created some useful actions and will continue to add new ones, and we'd very much love contributions that become official actions for everyone to use. If you have an idea for an action that you think everyone might find useful, whether it be a common UI pattern or useful layout manipulation, please share it!

To share an action, please follow these steps:

  • Create your action in your own Pixate account (see more here on how to do that)
  • Fork this repo (if you don't know how, check this out)
  • Clone the forked pixate-actions repository
  • Create a new local branch
  • Add your action. Feel free to add a new folder if you think it makes sense.
  • Commit and push your local branch to your forked repository
  • On your forked repository at GitHub, create a pull request (see this guide for more info)
  • We will review and let you know if we want to make the action official!

When you create an action, use the following format as a heading so people know who created it and what it does:

/**
 * Alignment: Align top
 * @desc Aligns the selected layer to the top of the screen in the canvas
 * @author Pixate, Inc.
 * @version 1.0
 */

Enjoy!

About

An official directory of Pixate actions

License:MIT License


Languages

Language:JavaScript 100.0%