• Stars
    star
    118
  • Rank 298,745 (Top 6 %)
  • Language
    JavaScript
  • Created over 14 years ago
  • Updated over 14 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

No need for Keynote or PowerPoint anymore, use a browser to give presentations
A light-weight presentation plugin to use in place of Keynote or Powerpoint. Use the right and left keys, the previous & next links, or the actual page links to navigate through the slides.

Sample Usage:

<div id="slides">
  <div class="slide">
    Slide 1
  </div>
  <div class="slide">
    Slide 2
  </div>
  <div class="slide">
    Slide 3
  </div>
</div>

$('#slides').presentation({
  slide: '.slide', //Reference to each individual slide
  pagerClass: 'nav-pager', //Class to put on the unordered list that contains links to each slide
  prevNextClass: 'nav-prev-next', //Class to put on the unordered list that contains the previous and next links
  prevText: 'Previous', //Text for the Previous link
  nextText: 'Next', //Text for the Next link
  transition: 'fade' //Possible values are 'fade', 'show/hide', 'slide'
});

More Repositories

1

jQuery-One-Page-Nav

Smooth scrolling and smart navigation when user scrolls on one-page sites.
HTML
1,523
star
2

jQuery-Stickem

Make items sticky as you scroll, to a point.
JavaScript
872
star
3

YouTube-Chromeless

jQuery YouTube Chromeless Video Plugin
JavaScript
82
star
4

css-diamond-grid

A responsive grid of diamonds.
Ruby
74
star
5

craft-reroute

Manage 301/302 redirects in the control panel.
PHP
60
star
6

craft-shopify

Craft plugin that integrates with the Shopify API
PHP
59
star
7

nested-responsive-grid

Generate a responsive grid that maintains it’s column sizes two levels deep.
Ruby
41
star
8

Image-Scroller

JavaScript
26
star
9

craft-listing-section

PHP
26
star
10

Hon-ee-Pot-Captcha

ExpressionEngine 2.0 Hon-ee Pot Captcha to work with the Freeform module and comment form
PHP
25
star
11

jQuery-Show-Password

Adds a link to toggle the masking of a password input field.
JavaScript
24
star
12

craft-bust

Plugin for Craft to cache bust files
PHP
22
star
13

jQuery-Simple-Validate

Super light-weight jQuery form validation
JavaScript
20
star
14

craft-guzzle

Craft plugin to get a Guzzle response.
PHP
16
star
15

Starter-Template

Super-basic HTML5 starting template
CSS
9
star
16

is-ajax

ExpressionEngine plugin to determine if it's an AJAX request
PHP
8
star
17

fix-ee

A couple of EE CP tweaks
PHP
6
star
18

refresh-dc-compass-sass-presentation

Refresh DC Presentation about Compass and Sass
Ruby
6
star
19

Config-Variables-Plugin

Access ExpressionEngine 2 Config Variables
PHP
4
star
20

EE-Default-CP-Tabs

Add in default tabs for new members
PHP
4
star
21

jQuery-RequiredForm

jQuery form validation plugin for browsers that don't support HTML5 validation.
CSS
3
star
22

trevordavis-remix

TypeScript
3
star
23

ee-simple-preview

ExpressionEngine accessory that adds a preview link to the "preview" page.
PHP
3
star
24

EE-Scroll-To-Comment

ExpressionEngine 2.0: Scroll directly to a new comment after submission
PHP
2
star
25

EE-Multi-Relationship-Checkboxes

Modified version of Mark Huot's Multi Relation extension that uses checkboxes instead of a multi-select
2
star
26

heelp

ExpressionEngine accessory to provide channel specific help on the publish pages.
PHP
2
star
27

HP-Demo

Demo site for presentation
PHP
1
star
28

north-cannabis-co-remix

Not maintained by dutchie, just an quick and dirty exploration using Dutchie+
TypeScript
1
star
29

Gallant

PHP
1
star
30

fedsacrifice

FED Sacrifice Site
JavaScript
1
star
31

dumbwaiter

Chrome Extension to move data from one page to another
JavaScript
1
star
32

segment_category_info

ExpressionEngine plugin to return category info by passing in the category_url_title and channel_short_name.
PHP
1
star