Skip to content

eclectic-boy/eclectic_eye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eclectic_eye

A very strange and fancy eye ;D

##Examples

A huge base example http://codepen.io/eclectic_boy/pen/bdZybj

A very crowded example http://codepen.io/eclectic_boy/pen/KpELzY

##Requirements

#Usage

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script type="text/javascript" src="/path/to/obeyCursor.js"></script>
<script type="text/javascript" src="/path/to/cursorSpy.js"></script>
<script type="text/javascript" src="js/eclectic_eye.js"></script>

<script type="text/javascript">
$(function() {
	$("#eye").eclectic_eye(opts);
});
</script>

<div id="eye"></div>

#Options

An optional options object opts can be passed to the widget. Here follow the available options:

###basePath The path of the img folder within the repo. Mind the trailing slash.

#Changelog

###v1.0 First release

About

A very strange and fancy eye ;D

Resources

License

Stars

Watchers

Forks

Packages

No packages published