一款带有发光动画的HTML5表单

PHP中文网
Release: 2016-05-17 09:08:47
Original
2111 people have browsed it

今天给大家秀一款带有发光动画的HTML5表单,挺酷的,效果图如下:

1011.jpg

当表单获取焦点时,表单四周就会呈现出发光动画的效果,并不断地进行颜色渐变;当表单失去焦点时,停止发光。其中颜色渐变的动画只有基于webkit的浏览器才有效果,比如chrome和safari。下面简单贴一下实现这个发光HTML5表单的CSS代码和HTML代码,如果你喜欢可以将它分享给你的朋友。

HTML代码如下:

Copy after login

CSS代码如下:

Copy after login

其中,表单焦点切换需要jquery支持,js代码如下:

 
Copy after login

以上就是一款带有发光动画的HTML5表单的内容,更多相关内容请关注PHP中文网(m.sbmmt.com)!


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!