Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/20tab/jquery-eyes
Eyes is a jQuery plugin to create eyes in your html pages.
https://github.com/20tab/jquery-eyes
Last synced: 21 days ago
JSON representation
Eyes is a jQuery plugin to create eyes in your html pages.
- Host: GitHub
- URL: https://github.com/20tab/jquery-eyes
- Owner: 20tab
- License: other
- Created: 2012-11-17T17:40:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-17T20:15:53.000Z (about 12 years ago)
- Last Synced: 2024-10-15T23:48:40.580Z (2 months ago)
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eyes jQuery Plugin
Eyes is a jQuery plugin to create eyes in your html pages.
## Usage
Include the plugin script
``` html
```
``` js
$("#eyes").Eyes();
```
or to customize properties``` js
$('#customEyes').Eyes({
width : 92,//eyes' width
height : 40,//eyes' height
eyeWidth : 34,//width of single eye
borderRadius : 30,//border radius for eye element
pupilBG : '#231F20',//pupil's background
pupilWidth : 20,//pupils' width
pupilHeight : 20,//pupils' height
pupilBorderRadius : 20,//pupils' border radius
});```