Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/faisal-din/css-border-animation


https://github.com/faisal-din/css-border-animation

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# CSS Border Animation

This project demonstrates a beautiful border animation effect using pure CSS and the `@property` rule, along with `conic-gradient` and keyframe animations. The animation continuously rotates a gradient around the border of a card element.

## Result

The result of the border animation can be viewed by opening the `index.html` file in your browser.

![CSS Border Animation Preview](animation-preview.png)

## Features

- Dynamic animated border using `conic-gradient`.
- Smooth infinite rotation with CSS keyframes.
- Blurred outer glow effect for a modern look.