Coder Social home page Coder Social logo

maze's Introduction

mAze - jQuery Buttonizer

Demo

http://www.digi-dil.com/mAze

Overview

This jQuery plugin lets you easily create animation effects on image buttons so you never have to create another rollover sprite again.

Usage

The easiest way to use mAze is to simply add the data-btn attribute to your anchor buttons that have images in them. This allows you can choose from the premade mAze effects.

<script type="text/javascript>
  $(document).ready(function() {
    $('body').mAze();
  });
</script>

<a data-btn="gray"><img src="my-button.png" /></a>

You can also choose to create your own effect for an mAze button. mAze relies on Pixastic to do the heavy pixel lifting. Refer to the Pixastic docs at http://www.pixastic.com/lib/docs/ to see what effects you can choose from.

Note: Using the "reverse" option applies the effect on rollover instead of the other way around.

$('body').mAze({
  'blur' : {
    effect : 'glow',
    options : { amount:0.5, radius:1.0 },
    timing : 100,
    reverse : true
  }
});		

maze's People

Contributors

armaanahluwalia avatar

Stargazers

 avatar

Watchers

 avatar

maze's Issues

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.