码迷,mamicode.com
首页 >  
搜索关键字:alternate    ( 245个结果
HTML文字滚动效果<marquee>
<marquee></marquee> 属性:(1)behavior:设置滚动方式 a)alternate:在边框之间来回滚动 b)Scroll:循环滚动(由一端滚向另一端,会重复) c)Slide:只滚动一次 (2)direction:设置滚动的方向 a)down:从上向下滚动 b)Left:从右 ...
分类:Web程序   时间:2017-05-08 23:13:13    阅读次数:209
Animation动画
Animation动画 格式 解释 animation-name: 动画名称 none:不引用任何动画名称 animation-duration: 动画执行时间 (单位:s ms) animation-delay: 动画效果延迟时间(单位:s ms) animation-timing-functio ...
分类:其他好文   时间:2017-05-04 11:10:00    阅读次数:218
css气泡图片上下浮动
1.css样式<style>*{padding:0;margin:0;}.demo{ width:160px; margin:0px auto; animation:Updown 1s infinite alternate; -webkit-animation:Updown 1s alternate ...
分类:Web程序   时间:2017-04-27 12:39:59    阅读次数:447
Again Stone Game
Alice and Bob are playing a stone game. Initially there are n piles of stones and each pile contains some stone. Alice stars the game and they alterna ...
分类:其他好文   时间:2017-04-26 22:56:20    阅读次数:170
css代码实现
纯 CSS 实现下面我们探讨下,使用纯 CSS 的方式能否实现。 hover 伪类实现 使用 hover 伪类,在鼠标悬停在按钮上面时,控制动画样式的暂停。 关键代码如下: <div class="btn stop">stop</div><div class="animation"></div> < ...
分类:Web程序   时间:2017-04-26 19:18:39    阅读次数:154
SSH 的端口转发
第一部分 概述 当你在咖啡馆享受免费 WiFi 的时候,有没有想到可能有人正在窃取你的密码及隐私信息?当你发现实验室的防火墙阻止了你的网络应用端口,是不是有苦难言?来看看 SSH 的端口转发功能能给我们带来什么好处吧! 端口转发概述 让我们先来了解一下端口转发的概念吧。我们知道,SSH 会自动加密和 ...
分类:其他好文   时间:2017-04-26 15:59:35    阅读次数:240
SQL SERVER 索引名前缀代表的意思
PK - Primary Key IX - Non-Unique Index AK - Unique Index (AX should have been AK (Alternate Key)) CK - Check Constraint DF - Default Constraint FK - F ...
分类:数据库   时间:2017-04-25 11:45:19    阅读次数:240
windows测试模式
测试模式通常意义就是让windows 操作系统在测试状态下运行,windows操作系统在这种模式下可以运行非官方或无数字签名的驱动程序 。 测试模式通常意义就是让windows 操作系统在测试状态下运行,windows操作系统在这种模式下可以运行非官方或无数字签名的驱动程序 。 目录 1 定义 2  ...
分类:Windows程序   时间:2017-04-25 11:43:10    阅读次数:370
animation几个比較好玩的属性(alternate,及animation-fill-mode)
<!DOCTYPE html> <html> <head> <style> div { width:100px; height:100px; background:red; position:relative; animation:mymove 5s infinite; -moz-animation ...
分类:其他好文   时间:2017-04-23 13:18:13    阅读次数:156
js on绑定事件
abort 当用户中断下载图像时触发。activate 当对象设置为活动元素时触发。afterprint 对象所关联的文档打印或打印预览后立即在对象上触发。afterupdate 当成功更新数据源对象中的关联对象后在数据绑定对象上触发。beforeactivate 对象要被设置为当前元素前立即触发。 ...
分类:Web程序   时间:2017-04-23 01:12:04    阅读次数:333
245条   上一页 1 ... 10 11 12 13 14 ... 25 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!