Code Monkey home page Code Monkey logo

Comments (5)

tom2drum avatar tom2drum commented on August 18, 2024

as of now implemented only for /api-keys and /private-tags pages, since they are only pages where data is fetching from server
demo - https://block-scout-git-skeletons-3ducks.vercel.app/api-keys

from frontend.

tgladilina avatar tgladilina commented on August 18, 2024

let's make 3 rows instead of 4 ?

Could we display skeleton after text?
Screenshot 2022-08-15 at 15 33 17

from frontend.

tgladilina avatar tgladilina commented on August 18, 2024

let' s make one more version of loader?

Screenshot 2022-08-15 at 16 42 30

Please use
.loader {
width: 100%;
height: 4.8px;
display: inline-block;
position: relative;
overflow: hidden;
}
.loader::after {
content: '';
width: 96px;
height: 4.8px;
background: #FFF;
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
animation: hitZak 0.6s ease-in-out infinite alternate;
}

@Keyframes hitZak {
0% {
left: 0;
transform: translateX(-1%);
}
100% {
left: 100%;
transform: translateX(-99%);
}
}

Screenshot 2022-08-15 at 16 44 16

https://cssloaders.github.io/

from frontend.

tgladilina avatar tgladilina commented on August 18, 2024

@tom2drum Did you use #black alfa 100 color for skeleton ?
Now looks too bright.

from frontend.

tom2drum avatar tom2drum commented on August 18, 2024

made changes:

  • number of rows in the table
  • change skeleton animation and colors
  • add second variant for content loader

from frontend.

Related Issues (20)

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.