GithubHelp home page GithubHelp logo

jqiphoneslide's People

Contributors

hinablue avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jqiphoneslide's Issues

slide on <a>

I want to use your jqiphoneslide together with photoswipe (http://www.photoswipe.com/) then I need an inside the page element. But when I the try to slide the album I'm only able to slide when I hit the page element and not the element.

When I test on a PC it works like a charm :) but on an iPad I get the above issue :(

Best regards
Kurt

Page transition bounce

Hello Cain.

I absolutely love your iPhone slider!

Wondering if there is any way to disable the bounce on the page transitions? I would love the pages to slide without any sort of bounce. I've tried changing the easing: "easeOutQuad", but that didn't seem to change anything. I've tried changing it in jquery.iphone-slide.js and I've tried changing it in the HTML document:

$(document).ready(function() {
$('#album').iphoneSlide({
handler: ".paging",
pageHandler: ".page",
direction: "horizontal",
easing: "easeOutQuad",
});
});

Nothing seems to disable the bounce.

Thanks!

IE object error.

From [email protected],

I found a bug in your plugin with explorer 7. In line 388 and 550 into jquery.iphone-slide.js }, generates a syntax error. removing , plugin work 100%.

Issue with iexplorer9

Hello, i can seem only to be able to slide the first time and then the slider get stuck on IE9.

Here's the source.
Can you help me?

Thanx

<title>Untitled Document</title> <script type="text/javascript" src="js/jquery-1.7.1.min.js"></script> <script type="text/javascript" src="js/jquery.easing.1.3.min.js"></script> <script type="text/javascript" src="js/jquery.iphone-slide.min.js"></script> <style type="text/css"> #album, .album { position: relative; width: 450px; height: 450px; overflow: hidden; margin: 0 auto; border: 2px solid #ffffff; background-color: #000000; } #paging, .paging { position: absolute; top: 0px; left: 0px; width: 450px; height: 450px; } #paging div.page, .paging div { float: left; width: 440px; height: 440px; margin: 4px; border: 1px solid #666666; background-color: #efefef; background-position: 50% 50%; background-repeat: no-repeat; color: #000000; text-align: center; font-size: 0.85em; display: none; cursor: pointer; } </style> <script> $(document).ready(function(){ $('#album').iphoneSlide({ handler: "#paging", pageHandler: ".page", autoPlay: false, }); }); </script>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.