Giter VIP home page Giter VIP logo

zoomslider's Issues

onEndTransition : TypeError: elem is undefined

Hi, great project thank you.

but one issue.. After closing element, error occurs (Firefox Quantum 59.0b4 Developer Edition):

TypeError: elem is undefined[Learn More]
classie.js:36:5
removeClass : .../js/classie.js:36:5
closeContent/< : .../js/main.js:189:4
onEndCallbackFn : .../js/main.js:27:56
onEndTransition : .../js/main.js:33:5
closeContent : .../js/main.js:188:3

i think problem was with elemement in function onEndTransition where this pointing to function(ev)... not to onEndTransition() (line 185):
onEndTransition(contentItem, function(ev) { classie.remove(this, 'content__item--reset');

try to change this to contentItem , like (line 185):
onEndTransition(contentItem, function(ev) { classie.remove(contentItem, 'content__item--reset');

works like a charm. Thanks for great work guys and keep it up!
Your fan m.

Multiple Sliders

Is there a way to support multiple zoom sliders on a single page?

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.