VBScript implements text mask _ special text effects

Source: Internet
Author: User
You can use VBScript to capture the movement of the mouse, and then let the light go with the movement, which forms the effect of the mouse like the light source. If you do not see the effect after opening, please wait for a while.

<Title> VBScript text mask </title> <p id = "myLightObject" style = "position: relative; height: 336px; width: 336px; top: 10px; left: 0px; color: White; filter: light "> <center> jb51.net provides various programming source code, book tutorials, special JavaScript/CSS code, and frequently used software downloads, make a quality learning Source Code download site. Provides various programming source code, JavaScript/CSS special effects code, and common software downloads for a quality learning Source Code download site. </Center> </p> <script language = "VBScript"> Option Explicit sub window_OnLoad () call myLightObject. filters. light (0 ). addambient (,) call myLightObject. filters. light (0 ). addcone (400,400,200,100,100,200,204,200,) end sub document_onMouseMove () call myLightObject. filters. light (0 ). moveLight (1, window. event. x, window. event. y, 0, 1) end sub script
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.