This code will show an image which is fixed to your screen. If you scroll a page, the image will also scrolled, so the image will be always visible.
Click the button below to see the example.
You can generate the code below:Left or Right: Top or Bottom: Image Source:
Maybe you have realized something different in this blog. If your mouse pointer hovers a link, the link will be colorful like this!.
Your blog can be like this! You just need to place the code below on your blog's widget:
It's so simple!
If you are a blogspot user, you can add this colorful link to your blog directly by clicking the button below.
If you find this useful, please consider linking to us.
Thank you!
This javascript animation is compatible with all browsers. This animates a text with changing color. Example:
Just copy-paste the codes below:
Script code (place it on your blog's widget):
Text code (place it wherever you want):
You can use different tags for text code, but the class parameter has to be "
animation3
". For example, the codes below is also works:<span class="animation3"> Animation Text </span>
, or<a href='#' class="animation3"> Animation Text </a>
Important note: Don't add HTML tag as animation text.
This javascript animation requires CSS3 to work, and Internet Explorer doesn't compatible with it. So I made a different animation only for Internet Explorer. But if you are using a browser that is compatible with CSS3 (such like Mozilla Firefox 3.0, etc), you will see a better animation.
This is the example of the animation:
To get the animation, copy these codes below and place them on your blog.
Script code (place it on your blog's widget):
Text code (place it wherever you want):
The important part of text code is the
class
parameter. You can use any tag like <span>
, <div>
, <a>
, etc and you can set other parameters like id
, style
, etc, but you have to set the class
parameter to be "animation2
".Important note: Don't use special characters like
&
, <
, etc, and HTML tags as animation text.
This animation using javascript, so you can install the code easily on your blog/web.
This animates a moving color on a text. You could specify the moving color. And you can see the example below.
To have it on your blog/web, just copy the codes below and paste it to your blog.
Script code (you should place this on your blog's widget):
Text code:
To specify the moving color, just change the
color_1
variable. You can type hex code for the color, or directly type the color's name. Example: to set the color to be red, you should get the code like below:var color_1 = "#ff0000"
or,
var color_1 = "red"
And to get text have the animation, you just have to set the class be "
animation1
" inside its tag and you can set the other parameters of the tag, such like id
, style
, etc, but you should not add another tag inside the animation tag.