Skip to content

BackgroundY is cross-browser, crossfade background animation jQuery plugin. It resizes images so they cover the browser background only by scaling them as needed.

License

Notifications You must be signed in to change notification settings

alpenzoo/BackgroundY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BackgroundY is a jQuery plugin. BackgroundY creates background image animations.

This project was created for a website I made and is posted here hoping it may help somebody, so you're free to change the code in the way that you want.

Quick start

  1. Download the release
  2. call JS file from your project

Features

  • HTML5 ready.
  • Cross-browser compatible (Chrome, Opera, Safari, Firefox 3.6+, IE8+).
  • The latest jQuery via CDN.

Documentation

To use it just:

<script>
$(document).ready(function(){
    $('body').backgrounder({
		imgpath: '/media/',
		imgs: ['img-bg1.jpg','img-bg2.jpg','img-bg3.jpg','img-bg4.jpg','img-bg5.jpg','img-bg6.jpg']
    });
});
</script>

Contributing

Anyone and everyone is welcome to contribute.

About

BackgroundY is cross-browser, crossfade background animation jQuery plugin. It resizes images so they cover the browser background only by scaling them as needed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published