• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

robflaherty/html-slideshow: Lightweight HTML5-based slideshow

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

robflaherty/html-slideshow

开源软件地址:

https://github.com/robflaherty/html-slideshow

开源编程语言:

JavaScript 100.0%

开源软件介绍:

HTML Slideshow

Lightweight HTML5-based slideshow

This is a small app for creating slideshow presentations with HTML and CSS. It doesn't do fancy transitions and all that, but it lets you write stuff in HTML/CSS and it gets you from one slide to the next. You can also reveal content with intraslide animations (like Keynote's Builds, but without the animation effects). And, if you're a Javascripter and need to trigger scrolling T-Rexes or other dinosaur animations, you can bind to events that fire with each new slide.

Using it

The example slideshow contains instructions. Basically, you build your slides as HTML5 section elements like this:

<section>
  <hgroup>
    <h1>Hello, interwebs explorer.</h1>
    <h2>How to use this thing</h2>
  </hgroup>
  <p>Press the right arrow, down arrow, or spacebar to advance; press the left arrow or up arrow to move backward.</p>
  <p>You can also click the left and right arrows in the control bar at the top.</p>
</section>

To run Javascript for particular slides you can bind to the newSlide events like this:

$('html').bind('newSlide', function(e, id) { 
  switch(id) {
    case 2:
      console.log('This is the second slide.');;
      break;
    case 3:
      console.log('Hello, third slide.');
      break;
  }
});

Demo

View the demo

Blog post

Read the blog post

Variations

Changelog

05/07/2011 - Added swipe support for touch devices

05/01/2011 - Reorganized file structure




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
MABelanger/jslib-html5-camera-photo: JavaScript ES6 Library HTML5 Camera Photo发布时间:2022-06-19
下一篇:
w3c/html-aria: ARIA in HTML发布时间:2022-06-19
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap