A picture of the mosaic change effect, this is what I found on a website, give people the impact is really strong, if used in the menu, there will be unexpected effect, at first I thought it was flash, and then know is a short few lines of the results of the script, strongly recommended!
Production method:
Add the following code to the <script language=javascript>
<!--
var num = 50
function Chfilter () {
if (num > 2) {
num-= 1
Img1.style.filter = "Progid:DXImageTransform.Microsoft.Pixelate (maxsquare=" + num + ")"
SetTimeout ("Chfilter ()", 5)
} else {
Img1.style.filter = ""
}
}
-->
</SCRIPT>
Add the following code to the <body>:
For example: <body bgcolor= "#FFFFFF" text= "#000000" >
Add the following code to the picture that you want to change:
id=img1 style= "FILTER:progid:DXImageTransform.Microsoft.Pixelate (MAXSQUARE=50); Visibility:hidden "
For example:
In this way, our effect on the production completed!
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.