All Projects → mverissimo → tweenslideshow

mverissimo / tweenslideshow

Licence: MIT license
A simple slideshow using Tweenmax

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to tweenslideshow

LayerMotionSlideshow
A CSS Grid-based slideshow template with a layer motion effect on the main image and on the title.
Stars: ✭ 94 (+176.47%)
Mutual labels:  slideshow, tweenmax
GlitchyGrid
An experimental grid layout slideshow with a stack-like navigation and glitch effect.
Stars: ✭ 33 (-2.94%)
Mutual labels:  slideshow, gsap
cachu-slider
🌈 🔆 Create animated full screen and content-fit sliders efficiently.
Stars: ✭ 30 (-11.76%)
Mutual labels:  slideshow, slide
Hacker Slides
A small UI for building presentation slides from markdown markup
Stars: ✭ 316 (+829.41%)
Mutual labels:  slideshow, slide
React Presents
React slideshow framework
Stars: ✭ 454 (+1235.29%)
Mutual labels:  slideshow, slide
Slendr
A responsive & lightweight (2KB gzipped) slider for modern browsers. [UNMAINTAINED]
Stars: ✭ 39 (+14.71%)
Mutual labels:  slideshow, slide
Fullpage.js
fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
Stars: ✭ 32,974 (+96882.35%)
Mutual labels:  slideshow, slide
Vue Infinite Slide Bar
∞ Infinite slide bar component (no dependency and light weight 1.48 KB)
Stars: ✭ 190 (+458.82%)
Mutual labels:  slideshow, slide
Editly
Slick, declarative command line video editing & API
Stars: ✭ 3,162 (+9200%)
Mutual labels:  slideshow
promise-yes
Slide about how to use Promise in JavaScript.
Stars: ✭ 13 (-61.76%)
Mutual labels:  slide
Vue Slides
Present with Vue
Stars: ✭ 240 (+605.88%)
Mutual labels:  slideshow
Reveal.js
The HTML Presentation Framework
Stars: ✭ 57,980 (+170429.41%)
Mutual labels:  slideshow
company-introduction-jp
日本の会社紹介スライドのまとめです。
Stars: ✭ 49 (+44.12%)
Mutual labels:  slide
Ffmpeg Video Slideshow Scripts
Shell scripts to create video slideshows using images and videos
Stars: ✭ 248 (+629.41%)
Mutual labels:  slideshow
Reflecty-Slideshow
Reflectly like slideshow made with Flutter and Firebase
Stars: ✭ 60 (+76.47%)
Mutual labels:  slideshow
Libreoffice Impress Templates
Freely-licensed LibreOffice Impress templates
Stars: ✭ 238 (+600%)
Mutual labels:  slideshow
Keen Slider
The HTML touch slider carousel with the most native feeling
Stars: ✭ 3,097 (+9008.82%)
Mutual labels:  slideshow
python4selftrackers
Presentations on Quantified Self and Self-Tracking with Python
Stars: ✭ 26 (-23.53%)
Mutual labels:  slide
honkai-starrail-scene
【崩坏:星穹铁道】预约页场景提取
Stars: ✭ 33 (-2.94%)
Mutual labels:  gsap
Slide
Slide is an open-source, ad-free Reddit browser for Android.
Stars: ✭ 1,733 (+4997.06%)
Mutual labels:  slide

A basic Tween slideshow

Create amazing fullpage:

Installation

###Step 1: Link required files

html

<!-- tuinslider Javascript file -->
<script src="https://github.com/js/tuinslider.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js"></script>

###Step 2: Create HTML markup

html

<div class="slider" id="slider">
  <div class="slider__container">
    <div class="slider__item"><div class="slider__content"></div></div>
    <div class="slider__item"><div class="slider__content"></div></div>
    <div class="slider__item"><div class="slider__content"></div></div>
    <div class="slider__item"><div class="slider__content"></div></div>
  </div>
</div>

###Step 3: Call the FullPage

Call .TuinSlider() on <div id="slider">.

var slider = new TuinSlider("#slider");

##Options

slider selector

default: '.slider'
options: String

ease

default: 'SlowMo'
options: 'Power0', 'Power1', 'Elastic'

easeType

default: 'easeOut'
options: 'ease', 'easeIn'

For more options

duration

default: 1,
options: int

arrows

default: 'true',
options: boolean (true / false)

pagination

default: 'true',
options: boolean (true / false)

keyboard

default: 'true',
options: boolean (true / false)

##Methods

move()

page.move(index);

##Callbacks onLeave

default: null,
option: onLeave: function(index) {},

afterLoad

default: null,
option: afterLoad: function(index) {},

Gulp commands

  • gulp —— Default for task development
  • gulp --prod —— Task production
  • Access http://localhost:3000

Change log

Version 1.0.0

  • Support for internet explorer 9.

##Image license Pixel Squid

Contributing

Everyone is welcome to help contribute and improve this project. There are several ways you can contribute:

  • Reporting issues (please read issue guidelines)
  • Suggesting new features
  • Writing or refactoring code
  • Fixing issues

Version BETA

**I create this fullpage for study, sorry for any bugs, contribute with this repo. Thank's enjoy! **

License:

This boilerplate is free and open source software, distributed under the The MIT License. So feel free to use this to create your site without linking back to me or using a disclaimer.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].