feature.presenter.1.5.css
body { margin: 0; font-family: Tahoma; } .feature-presenter { position: absolute; } .feature-presenter-icon { background-color: white; text-align: center; transition: transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95); -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95); border-radius: 50%; cursor: pointer; } .feature-presenter img { max-width: 100%; transition: transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95); -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95); border-radius: 50%; cursor: pointer; box-shadow: 0 0 16px rgba(0, 0, 0, 0.1); filter: blur(0px); -webkit-filter: blur(0px); image-rendering: -webkit-optimize-contrast; } .feature-presenter i { font-size: 85px; /*filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter id="gaussian_blur"><feGaussianBlur in="SourceGraphic" stdDeviation="0" /></filter></defs></svg>#gaussian_blur');*/ } .feature-presenter-circle-container { border-radius: 50%; display: inline-block; border: 1px solid rgba(0,0,0,0.09); box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.09); transition: transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95); -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95); background-color: white; } .feature-presenter-text-container { line-height: 1.3; display: inline-block; vertical-align: top; z-index: 1001; position: relative; overflow: hidden; } .feature-presenter-text-heading { -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); margin-bottom: 10px; color: rgba(0, 0, 0, 0.8); } .feature-presenter-text-description { -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s; transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s; color: rgba(0, 0, 0, 0.5); } .feature-presenter-text-container-out { -webkit-transform: translate(200%, 0); transform: translate(200%, 0); -webkit-transition: -webkit-transform 0.5s ease-in; transition: transform 0.5s ease-in; }
html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>基于jQuery环形图标菜单旋转切换特效</title> <link href='css/feature.presenter.1.5.css' rel='stylesheet' type='text/css'> <script type="text/javascript" src="js/jquery-2.1.1.min.js"></script> </head> <body> <div id="test-element"></div> <script src="js/feature.presenter.1.5.min.js"></script> <script> /* 图片地址可以是相对路径或绝对路径;标题和描述可以包含HTML */ var settings = [ {image: 'images/zzsc1.png', heading: '脚本之家', description: 'www.jb51.net'}, { image: 'images/zzsc2.png', heading: '脚本之家', description: 'www.jb51.net' }, { image: 'images/zzsc3.png', heading: '脚本之家', description: 'www.jb51.net' }, { image: 'images/zzsc4.png', heading: '脚本之家', description: 'www.jb51.net' }, { image: 'images/zzsc5.png', heading: '脚本之家', description: 'www.jb51.net' }, { image: 'images/zzsc6.png', heading: '脚本之家', description: 'www.jb51.net' } ]; var options = { circle_radius: 220, normal_feature_size: 100, highlighted_feature_size: 150, top_margin: 100, bottom_margin: 50, spacing: 40, min_padding: 50, heading_font_size: 30, description_font_size: 20, type: 'image' }; var fp = new FeaturePresenter($("#test-element"), settings, options); fp.createPresenter(); </script> </body> </html>
以上所述就是本文的全部內容了,希望大家能夠喜歡。

实现方法:1、用“$("img").delay(毫秒数).fadeOut()”语句,delay()设置延迟秒数;2、用“setTimeout(function(){ $("img").hide(); },毫秒值);”语句,通过定时器来延迟。

区别:1、axios是一个异步请求框架,用于封装底层的XMLHttpRequest,而jquery是一个JavaScript库,只是顺便封装了dom操作;2、axios是基于承诺对象的,可以用承诺对象中的方法,而jquery不基于承诺对象。

修改方法:1、用css()设置新样式,语法“$(元素).css("min-height","新值")”;2、用attr(),通过设置style属性来添加新样式,语法“$(元素).attr("style","min-height:新值")”。

增加元素的方法:1、用append(),语法“$("body").append(新元素)”,可向body内部的末尾处增加元素;2、用prepend(),语法“$("body").prepend(新元素)”,可向body内部的开始处增加元素。

删除方法:1、用empty(),语法“$("div").empty();”,可删除所有子节点和内容;2、用children()和remove(),语法“$("div").children().remove();”,只删除子元素,不删除内容。

在jquery中,apply()方法用于改变this指向,使用另一个对象替换当前对象,是应用某一对象的一个方法,语法为“apply(thisobj,[argarray])”;参数argarray表示的是以数组的形式进行传递。

去掉方法:1、用“$(selector).removeAttr("readonly")”语句删除readonly属性;2、用“$(selector).attr("readonly",false)”将readonly属性的值设置为false。

on()方法有4个参数:1、第一个参数不可省略,规定要从被选元素添加的一个或多个事件或命名空间;2、第二个参数可省略,规定元素的事件处理程序;3、第三个参数可省略,规定传递到函数的额外数据;4、第四个参数可省略,规定当事件发生时运行的函数。


熱AI工具

Undresser.AI Undress
人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover
用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool
免費脫衣圖片

Clothoff.io
AI脫衣器

AI Hentai Generator
免費產生 AI 無盡。

熱門文章

熱工具

Dreamweaver Mac版
視覺化網頁開發工具

SublimeText3 Linux新版
SublimeText3 Linux最新版

SublimeText3漢化版
中文版,非常好用

SublimeText3 英文版
推薦:為Win版本,支援程式碼提示!

ZendStudio 13.5.1 Mac
強大的PHP整合開發環境