Skip to content

This is a javascript plugin to make a fancy cursor and a floating hover effect button.

Notifications You must be signed in to change notification settings

abtahi-tajwar/tjFancyCursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fancy Mouse & Hover effect

  • by tj author: Abtahi Tajwar

How to use

Required Files

  • tjFancyCursor.js
  • tjFancyCursor.css Also provided with an index.js file for support

Adding Cursor:

  • Create an html file example: index.html
  • Include script tjFancyCursor.js at the end of the body example: <script src="tjFancyCursor.js"></script>
  • Link tjFancyCursor.css at head example:
  • Create a div with class tj-cursor example:
  • Create a script file and include it after 'tjFancyCursor.js'
  • In script file call functions below to create buttons and effects
  1. tjFancyCursor(height, width, button color HTML CSS value); //Creating Fancy Hover Button

DONE!

Adding Fancy Button

  • Create an html file example: index.html
  • Include script tjFancyCursor.js at the end of the body example: <script src="tjFancyCursor.js"></script>
  • Link tjFancyCursor.css at head example:
  • Create a div with class tj-cursor example:
  • Create a script file and include it after 'tjFancyCursor.js'
  • In script file call functions below to create buttons and effects
  1. initTJFloatingContainer(container class name, Link of the button, button color HTML CSS value); //Creating Fancy Hover Button
  2. mouseMoveEffect(container class name); //Adding floating effect to the button

About

This is a javascript plugin to make a fancy cursor and a floating hover effect button.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published