Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CSS3/JS/Flash版动画角标的实现与比较

kaiye
April 18, 2012

 CSS3/JS/Flash版动画角标的实现与比较

以动画角标的实现为例,探讨各种技术方案的优缺点。blog: http://www.cnblogs.com/kaiye/archive/2012/04/06/3039043.html

kaiye

April 18, 2012
Tweet

More Decks by kaiye

Other Decks in Technology

Transcript

  1. CSS3动画角标 .corner-ad-1:hover{animation: cornerad 0.3s step-start;} @keyframes cornerad{ 0% {background-position: right

    0;} 33%{background-position: right -36px;} 67%{background-position: right -72px;} 100% {background-position: right -108px;} } http://yekai.net/demo/animation-corner-2.html
  2. Flash动画角标 • Flash的参数设置 <embed src="corner.swf" pluginspage="http://www.macromedia.com/go/ getflashplayer" type="application/x-shockwave-flash" wmode="transparent" allowscriptaccess="always"

    quality="high" width="120" height="120" FlashVars="url=http://t.qq.com/ weiweixiao&pic=http://t0.qlogo.cn/mbloghead/ ce1dbda08969ddd2a5ea/ 120&callback=closeCornerAd" ></embed> 若变量值含有&符号,需转义为%26
  3. 动画角标方案比较 方案 实现成本 复用成本 兼容性 CSS 低 低 IE6/7 CSS3

    中 中 Safari/Chrome/ Firefox/IE10 JS 高 低 !noscript Flash 高 低 Flash Player/!iOS
  4. IE && !IE • HTML5/CSS3 • http://sofish.de/1819 • http://pb.paipaioa.com •

    IE • CSS Attributes • Introduction to Dynamic HTML • ActiveX