An open API service indexing awesome lists of open source software.

https://github.com/jazz-man/ixedit


https://github.com/jazz-man/ixedit

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

ixedit
======

IxEdit is a JavaScript-based interaction design tool for the web. With IxEdit, designers can practice DOM-scripting without coding to change, add, move, or transform elements dynamically on your web pages. Especially, IxEdit must be useful to try various interactions rapidly in the prototyping phase of your web application.

### The project is compatible with those browsers.

- Firefox 12.0+
- IE8+
- Chrome 19.0.1084.46+
- Safari 6.0.3+

### Install

Copy and paste the HTML code:




### Usage

- Open the `index.html` file inside of a web browser.
- if you installed python, run

> python server.py

And access `http://127.0.0.1:8000`.

- Or use grunt

```
$ npm install -g grunt-cli
```

Install all dependencies in repo's root and run:

```
$ npm install
$ grunt server
```

### Basic operation flow

1. Click “New” button in the list view to open the edit view to make a new interaction.
2. In the action edit area, specify an event and target element(s) as the trigger of interaction.
3. In the reaction edit area, specify a command and its parameters. You can make multiple reactions for one action.
4. Click “Done” button to save the interaction you created. IxEdit Dialog switches back to the list view.