Giter Club home page Giter Club logo

materialcraft's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

materialcraft's Issues

Donationstore support

Hai rody, how are you?
It's a toon of time that i don't see from minecraftmarket end, (i am Malachiel) i would like that now i am active and using donationstore, and if you can you can help us with the design and stuff of the new panel, if you have discord you can reach here https://discord.gg/vsgeqp, I remind that you are pretty good on that :)

didnt work

This issue is due to the reason that the copy and paste of one thing didn't work and you said
if there any problem tell you

Improve ripple animation

Why

It’s not natural: the animation is slow and originates from the center which looks odd.

Demo

Note

There’s one drawback: the element must be displayed as block or inline-block. I think this applies to that other solution though nevertheless.

How

@mixin ripple {
  position: relative;
  overflow: hidden;

  &:active::after {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
    opacity: 1;
    transition: 0s;
  }

  &::after {
    content: “”;
    display: block;
    background: rgba($bold-text-color, 0.6);
    color: #fff;
    position: absolute;
    border-radius: 50%;
    padding-top: 240%;
    padding-left: 240%;
    margin-top: -120%;
    margin-left: -120%;
    opacity: 0;
    transition: all $material-design-transition;
  }
}

Add license to LICENSE.md

Instead of putting it at the bottom of your readme, you could also put your license in LICENSE.md. This will also make Github show it in the header (next to contributors).

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.