diff options
| author | realtradam <[email protected]> | 2022-02-24 14:37:33 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-02-24 14:39:06 -0500 |
| commit | 936c072b0efbddb0376891f0406d784e780813f0 (patch) | |
| tree | 17f11195320a3768785013cd8e2daf3c6b521bc9 /stylesheet | |
| parent | ac61b539ea71cc3fdc1916266e6c1d8b5bc95403 (diff) | |
| download | portfolio-site-936c072b0efbddb0376891f0406d784e780813f0.tar.gz portfolio-site-936c072b0efbddb0376891f0406d784e780813f0.zip | |
:)
Diffstat (limited to 'stylesheet')
| -rw-r--r-- | stylesheet/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/stylesheet/style.css b/stylesheet/style.css index 5ad62a1..7e3bb7c 100644 --- a/stylesheet/style.css +++ b/stylesheet/style.css @@ -881,6 +881,14 @@ Ensure the default browser behavior of the `hidden` attribute. transition-duration: 150ms; } +.transition { + transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + @font-face { font-family: 'Asul'; |
