Giter VIP home page Giter VIP logo

zoomslider's Introduction

Blueprint: Zoom Slider

A simple content slider with depth-like zoom functionality for a predefined area in each slide.

Article on Codrops

Demo

The Blueprints are a collection of basic and minimal website concepts, components, plugins and layouts with minimal style for easy adaption and usage, or simply for inspiration.

View the [Blueprints archive] (http://tympanus.net/codrops/category/blueprints/)

License

Use it freely but do not distribute or sell "as-is". Read more here: Codrops License

Credits

Dynamic.js by Michaël Villar

Modernizr by the Modernizr Team

Images

Flat Apple Devices by Peter Finlan

Apple Watch by Vincent Le Moign

Website Mockup "Space Exploration" by Ante Matijaca

Free To-Do App UI by InVision

Pex: Free Website PSD by Blaz

Perspective App Screen Mockup by GraphicBurger

Icons

Feather Icons by Cole Bemis

Icon font created with IcoMoon

Misc

Follow us: Twitter, Facebook, Google+, GitHub, Pinterest

© Codrops 2015

zoomslider's People

Contributors

botelho avatar bryant1410 avatar crnacura 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  avatar

zoomslider's Issues

Multiple Sliders

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

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.

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.