Giter Site home page Giter Site logo

tinycircleslider's People

Contributors

wieringen 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tinycircleslider's Issues

bind method and move event seemed not working well.

Hi wieringen,

I've been testing the code on your webpage which was intended to add user code while picture was moving. It doesnot work for me, is there any other detailed example to show how to use move method?

Thanks,

Tao

Variation with Text

Love this slider. Not an issue really, but just to let you (, and others) know I adapted this version with text, see demo on Codepen from one developed from your code by Yadwinder Singh. I think his approach deserves to be a seperate plugin, (instead of how it is right now, where the core.js file is kind of hacked). Don't know if he or anyone else will make that their business, but until then this will have to be just a demo on Codepen, (for all this javascript goes way over my head,) so no pull request for that reason.
Tiny Image Slider screenshot

Shouldn't disable mouse event handling on touch devices

This is a really horrible practice to disable mouse handling just because a machine has a touch screen. I made changes locally to address this but it was on an older version. I'll try and submit a PR to fix this soon. It's really busted that mouse interactions don't work on touch screen devices though (and unfortunately it's bugs like this that are leading some browsers to start emulating touch events from mouse input, which is really sad).

Destroy method

Hi,
Great plugin!
This is more of a suggestion than an issue but I think this plugin would be even better if it had a destroy method.
Thanks!

Linking slides - touch event

when using a touch device, If I link an image to a URL, it does not work. All other touch events work, such as dragging through all the slides and clicking on the dot navigation. I tested your example on windows 10 and iOS and it does not work. It seems all CSS is correct, the link is positioned correctly, but the touch event for a link within a slide does not work. Any suggestions?

Works not on IE 10 & 11

Hello,

the TinycircleSlider works not on IE 10 or 11. And it works not on Windows 8 Tablet. Can you may fix it? Is very important for IE user, because it is unusable.

Thanks! Best regards,
Stephan

A critical issue in function _setDots

A variable named position in _setDots function defined a parametric formula of a circle. Left property of position should be X coordinate and top should be Y, then the parametric formula of the circle should be:

left: radius * cos(angle) + origin.x;
top: radius * sin(angle) + origin.y;

Since circle is a symmetric shape, so you will never catch the issue.

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.