mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-06 15:14:59 -06:00
animate-pulse-border
This commit is contained in:
@@ -4,9 +4,18 @@ export default {
|
|||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
animation: {
|
animation: {
|
||||||
|
"pulse-border": "pulse-border 1s ease-in-out infinite",
|
||||||
"pulse-dark": "pulse-dark 2.5s ease-in-out infinite",
|
"pulse-dark": "pulse-dark 2.5s ease-in-out infinite",
|
||||||
},
|
},
|
||||||
keyframes: {
|
keyframes: {
|
||||||
|
"pulse-border": {
|
||||||
|
"0%, 100%": {
|
||||||
|
"--tw-border-opacity": "1",
|
||||||
|
},
|
||||||
|
"50%": {
|
||||||
|
"--tw-border-opacity": "0.5",
|
||||||
|
},
|
||||||
|
},
|
||||||
"pulse-dark": {
|
"pulse-dark": {
|
||||||
"0%, 100%": {
|
"0%, 100%": {
|
||||||
backgroundColor: "#0A3026",
|
backgroundColor: "#0A3026",
|
||||||
|
|||||||
Reference in New Issue
Block a user