WebClub-NITK / Hacktoberfest-2k18

Repository for Hacktoberfest 2018 open for the global open source community.
https://webclub-nitk.github.io/Hacktoberfest-2k18/
19 stars 102 forks source link

Loading gradient animation #199

Closed utkarsh23 closed 5 years ago

utkarsh23 commented 5 years ago

Description

gradientloader Sites like Medium and Facebook use gradient loaders as placeholders for actual content until the actual content itself is loaded. Your task is to create a similar gradient loader using CSS only.

Details

Issue requirements

  1. Do not use any frontend frameworks / libraries like Bootstrap. You are free to use other libraries like jquery.
  2. Nothing other than the loader itself should be visible on the page and the gradient must move left to right infintely. You are free to make your own choices for any other aspect of the loader (like the time taken by the loader to completely move from left to right once).

Resources

Directory Structure

Following is the directory structure to be followed:

├── development
│   ├── gradient_loader
│   │   ├── readme.md
│   │   ├── index.html
│   │   ├── index.css

Note

Please claim the issue first by commenting here before starting to work on it.

thomaslombart commented 5 years ago

Hi, I'm interesting in achieving this task. Has anybody done it so far?

MJ10 commented 5 years ago

Hi @thomlom you can go ahead and start working on the issue :)

thomaslombart commented 5 years ago

That's done in the PR #202 :slightly_smiling_face:

MJ10 commented 5 years ago

Issue Resolved