• Stars
    star
    302
  • Rank 137,205 (Top 3 %)
  • Language
    JavaScript
  • Created over 13 years ago
  • Updated about 4 years ago

Reviews

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

Repository Details

Skitter - Slideshow for anytime

Skitter - Slideshow for anytime!

Skitter has 38 different animations, two types of navigations and many options to customize!

License: Dual licensed under the MIT or GPL Version 2

NPM

npm install skitter-slider

Bower

bower install skitter --save

Manually

Download zip https://github.com/thiagosf/skitter/archive/master.zip and move files in dist directory for you application. Attention: you need to download the dependencies manually.

How to install

Add the CSS and JS files inside

<link type="text/css" href="dist/skitter.css" media="all" rel="stylesheet" />
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="dist/jquery.skitter.min.js"></script>

Init the Skitter

$(document).ready(function() {
  $(".skitter-large").skitter();
});

Add the images through the unordered list

<div class="skitter skitter-large">
  <ul>
    <li>
      <a href="#cut"><img src="images/001.jpg" class="cut" /></a>
      <div class="label_text"><p>cut</p></div>
    </li>
    <li>
      <a href="#swapBlocks"><img src="images/002.jpg" class="swapBlocks" /></a>
      <div class="label_text"><p>swapBlocks</p></div>
    </li>
    <li>
      <a href="#swapBarsBack"><img src="images/003.jpg" class="swapBarsBack" /></a>
      <div class="label_text"><p>swapBarsBack</p></div>
    </li>
  </ul>
</div>

Todo

  • Update WP-Plugin
  • Update CakePHP Plugin
  • Refactor variable names applying a pattern.
  • Separate into small pieces the source code.
  • Create unit tests
  • Exchange images for background divs (for animations)

More Repositories

1

chatNow

Chat PHP MySQL jQuery
PHP
36
star
2

stroo-app

Create interactive software structures
TypeScript
15
star
3

insta-gallerify

Build gallery with Instagram public profile
JavaScript
8
star
4

software-architecture

Guidelines of Software Architecture
2
star
5

skitter-site

Skitters site
HTML
2
star
6

julia-photography-admin

Admin + API GraphQL with Strapi
JavaScript
2
star
7

julia-photography-portfolio

Julia Photography Portfolio
TypeScript
2
star
8

react-jogo-do-quinze

Jogo do quinze com react e redux
JavaScript
1
star
9

graphql-study

GraphQL study
JavaScript
1
star
10

thiagosf

GitHub profile Readme
1
star
11

vue-empty-state-test

JavaScript
1
star
12

kubernetes-study

Estudos de kubernetes do curso da Alura
JavaScript
1
star
13

workout-stats

Acompanhe sua evolução nos treinos diários
Vue
1
star
14

workout-at-home

Webapp to help you exercise at home
JavaScript
1
star
15

b3-companies-webapp

Webapp para consumir b3-companies
JavaScript
1
star
16

english-study

HTML
1
star
17

solidity-study

JavaScript
1
star
18

sinoniza-api

API para aplicativo Flutter de sinônimos
JavaScript
1
star
19

thiagosf.github.io

Personal web site
HTML
1
star
20

vue-docker-compose-example

Vue example project with docker-compose
Vue
1
star
21

national-geographic-mobile-concept

National Geographic Mobile Concept
CSS
1
star
22

scalping-strategies

Scalping strategies for crypto trading
1
star
23

Sublime-Snippets

Atalhos para utilizar no Sublime Text
1
star
24

sinoniza-site

Sinoniza site
HTML
1
star
25

sinoniza-app

App em fluter para pesquisar sinônimos
Dart
1
star
26

dotfiles

My simple and useful dot files
Shell
1
star
27

b3-companies

Resgata dados das empresas listadas da B3 e adiciona alguns dados do site Fundamentus para análise das ações.
JavaScript
1
star