Giter Club home page Giter Club logo

consultant-calc's People

Contributors

abaldwin88 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

iamtutumo

consultant-calc's Issues

scroll not working when hovering input focused

I want the number pad to come up on mobile devices instead of qwerty layout. So I need the type="number" attribute. Unfortunately on desktops this binds the scroll wheel to increment the field's value. I have a work around implemented from here...

http://stackoverflow.com/questions/9712295/disable-scrolling-on-input-type-number

BUT this disables the default scrolling feature when the user hovers over a focused input. Needs further research. Plan B is to detect the browser type and add type="number" dynaimcally.

mobile optimize checkmark

There is a noticeable delay between tapping the checkmark and the animation starting. I'd rather have it fill in immediately than have a fancy animation that lags. The following css snippet kills the animations. Need to test that it works before commiting.

.checkbox .checkbox-material .check:before {
    animation: checkbox-off .01s forwards;
}

.checkbox input[type=checkbox]:not(:checked)+.checkbox-material .check:after {
    animation: rippleOff .01s forwards
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
    animation: checkbox-on .01s forwards;
}

.checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
    animation: rippleOff .01s;
}

.checkbox input[type=checkbox]:checked + .checkbox-material:before {
    animation: rippleOn .01s;
}

.checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
    animation: rippleOff .01s forwards;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
    animation: rippleOn .01s forwards;
}

angular routing

Doing so will make the code a bit cleaner and standardized. Also will allow direct linking to the about page.

Persistent Settings

Would be a nice feature if users could save their own default settings. i.e. user can set whether tax shipping is checked by default

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.