Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

[FEATURE] Remove animation from notes #7623

@amandamartin-dev

Description

@amandamartin-dev

Description

On this page there is a notification that flashes infinitely, this issue is to remove that animation.

Page: https://linkfree.io/docs/environments/local-development

Related CSS:

.animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite;
    animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite;
}

Screenshots

No response

Additional information

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions