Git Product home page Git Product logo

buttoncomponentmorph's Introduction

Morphing Buttons Concept

Inspiration for revealing content by morphing the action element.

Article on Codrops

Demo

Integrate or build upon it for free in your personal or commercial projects. Don't republish, redistribute or sell "as-is".

Read more here: License

© Codrops 2014

buttoncomponentmorph's People

Contributors

botelho avatar crnacura avatar freakthemighty avatar hkirat 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  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

buttoncomponentmorph's Issues

IE9 Issue on the Morph button

uiMorphingButton_fixed.js

Error in console IE9:
Line: 90
Error: Unable to get property 'target' of undefined or null reference

help to fix

Close on typing

Hi,

my popup always closes when I start to type something into the form.
I am using the fixed version and I can't figure out why it always closes.

Does someone have an idea?

Found the Problem :

document.onkeydown = function(evt) {
            evt = evt || window.event;
            if( self.options.closeEl !== '' ) {
                var closeEl = self.el.querySelector( self.options.closeEl );
                if( closeEl && self.expanded) {
                    self.toggle();
                }
            }
        };

This caused the closing.

Login form

Login form wont submit user:pass to form unless firebug manually edits the html then the form submits fine. Loading from static page will not submit, no errors other than a http:// password warning on firebug.

Open href link

Hello,

This is great work ! I would like to use it, but I need to open an hrepf link with another page wit index3.html example.

Would that be possible ?

Any idea on how ?

Hoping for answers,
Best regards,
David

Overlay Should Close on Esc Key Press

Overlay doesn't close on pressing esc key.
It would be good if the person doesn't have to press the cross and it vanishes on pressing the esc key

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.