Bug Software

... jQuery plugins ... image rotator plugin ...

Image Rotator

We want to explore canvas. This is our first attempt. It employes Google's explorercanvas (slightly tweeked) as a backup on IE6+.

Simple clean code

No need to include any messy inline JavaScript.

              <html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
<script src="js/excanvas.js" type="text/javascript"></script>
<script src="js/jquery.imgRotator.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
    jQuery('div.imgRotator').imgRotator();
  });
</script> 
</head>

<body>
  <div class="imgRotator">
	<canvas></canvas>
	<img src="image.gif" alt="a rotating image" style="width:100px; height:100px"/>
	</div>
</body>
</html>
	
            

jQuery plugin page

Download

jquery.imgRotator.js V0.9.0

Example of 'Image Rotator'

Here is a very simple demonstration of 'Image Rotator'.



a rotating image

Feedback (1 comments)

Please post any feedback, live examples, bugs, features and change requests here.

  1. jquery.imgRotator.js - Linda

    2010-05-12 01:55:15

    I love this plugin. Very nice. I have a question - I'm trying to rotate an image with a border (7px solid white). Is that possible with this plugin? It seems to remove all of the css but the width and height.

    Thanks.

Top Trackbacks

  1. http://plugins.jquery.com/project/ImgRotator2345 referals (first recorded: 2010-02-24 15:15:18)
  2. http://www.1stwebdesigner.com/resources/jquery-animation-motion-plugins-20...1664 referals (first recorded: 2010-06-09 22:13:58)
  3. http://www.gooosen.com/?p=372110 referals (first recorded: 2010-06-11 07:42:54)
  4. http://efimov.ws/main/develop/javascript/jquery-plaginyi2010.html92 referals (first recorded: 2010-06-12 18:41:10)
  5. http://csscody.com/30-jquery-animation-plugins-examples/53 referals (first recorded: 2010-06-10 09:14:54)
  6. http://veselov.sumy.ua/397-rotator-izobrazhenij-vokrug-osi-na-jquery.html37 referals (first recorded: 2010-07-10 20:36:52)
  7. http://foamers.net/blogger36 referals (first recorded: 2010-06-09 22:46:32)
  8. http://www.wowhtml5.com/?p=83728 referals (first recorded: 2010-06-15 08:04:29)
  9. http://www.m4go.com/jquery-animation-motion-plugins-2010/22 referals (first recorded: 2010-06-11 04:38:29)
  10. http://www.pluginquery.com/plugins/ImgRotator20 referals (first recorded: 2010-03-30 19:24:56)

© Bug Software Limited 2009 - 2010

...this site is based on Bug Software's PHP / XML / XSLT framework