Giter Club home page Giter Club logo

ixedit's Introduction

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:

<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/jquery-ui-git.js"></script>
<script type="text/javascript" src="http://rawgit.com/perchouli/ixedit/master/ixedit.js"></script>
<link href="http://rawgit.com/perchouli/ixedit/master/ixedit.css" rel="stylesheet">

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.

ixedit's People

Contributors

perchouli 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.