All Projects → justcoded → jquery-stars

justcoded / jquery-stars

Licence: other
jQuery "Magic" animation plugin

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to jquery-stars

File Type
Detect the file type of a Buffer/Uint8Array/ArrayBuffer
Stars: ✭ 2,386 (+15806.67%)
Mutual labels:  magic
GitHub Android
A simple client for GitHub.
Stars: ✭ 49 (+226.67%)
Mutual labels:  star
docker-credential-magic
A magic shim for Docker credential helpers 🪄
Stars: ✭ 56 (+273.33%)
Mutual labels:  magic
Mtgjson
MTGJSON build scripts for Magic: the Gathering
Stars: ✭ 191 (+1173.33%)
Mutual labels:  magic
Openram
An open-source static random access memory (SRAM) compiler.
Stars: ✭ 239 (+1493.33%)
Mutual labels:  magic
discover-videos
This app is a clone of Netflix app, check out the course http://bit.ly/nextjs-udemy-ankita on how to build this
Stars: ✭ 81 (+440%)
Mutual labels:  magic
Hitrava
Convert your Huawei Health sport activities and import them in Strava.
Stars: ✭ 156 (+940%)
Mutual labels:  magic
ava-rethinkdb
🔗 RethinkDB helpers for AVA
Stars: ✭ 24 (+60%)
Mutual labels:  magic
sigstar
add significance stars to MATLAB plots
Stars: ✭ 33 (+120%)
Mutual labels:  star
hackthebox
Notes Taken for HTB Machines & InfoSec Community.
Stars: ✭ 286 (+1806.67%)
Mutual labels:  star
Aegis.cpp
Discord C++ library for interfacing with the API. Join our server:
Stars: ✭ 198 (+1220%)
Mutual labels:  magic
Magic
Create your .Net Core/Angular/Database CRUD Web apps by simply clicking a button
Stars: ✭ 214 (+1326.67%)
Mutual labels:  magic
rater-js
Star rating widget for the browser. Unlimited number of stars. No dependencies. No Jquery required.
Stars: ✭ 66 (+340%)
Mutual labels:  star
Yagmail
Send email in Python conveniently for gmail using yagmail
Stars: ✭ 2,169 (+14360%)
Mutual labels:  magic
Unicopia
The pony powers mod to power in your pony pony pony
Stars: ✭ 42 (+180%)
Mutual labels:  magic
Z.js
🦄 Hide text via Unicode's ZW(N)Js
Stars: ✭ 161 (+973.33%)
Mutual labels:  magic
SpaceWar-ECS
A space war game made with ECS and JobSystem in Unity.
Stars: ✭ 26 (+73.33%)
Mutual labels:  star
PsData
Flexible data model plugin for Unreal Engine 4
Stars: ✭ 34 (+126.67%)
Mutual labels:  magic
mtgjson-website
MTGJSON Documentation Front-End Application built with Vuepress 1
Stars: ✭ 29 (+93.33%)
Mutual labels:  magic
Ciapre.tmTheme
Ciapre - an easy-on-the-eyes Sublime Text/TextMate color scheme.
Stars: ✭ 63 (+320%)
Mutual labels:  star

jQuery cursor "Magic" animation plugin

One of our good friends and clients asked us if can we duplicate "magic" visual effect on mousemove from flash example to his HTML site. The effect shows shine stars when you move mouse over some page elements. So we thought it would be nice to create such plugin and share it to the public. We present our new jQuery plugin “jStars”. The plugin creates stars effect on mouse move for elements from jQuery selector. It's very easy to use:

$('#container').jstars({
	image_path: 'images', // folder with stars assets
	style: 'white',          // optional, star color, default = white
	frequency: 5          // optional, from 1 to 19
});

Plugin has different styles of stars (in different color) so you can choose what matches your site background color best. It is compatible with the latest browsers: Firefox, Google Chrome, Safari, Internet Explorer 9+. You can use this plugin with jQuery 1.4.1+.

Please check our online demo here: http://labs.justcoded.com/jstars/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].