dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo-split-theme
mirror of
https://github.com/escalate/hugo-split-theme.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: add self-hosted video
Felix Boerner
08.14.2024
186dfa8c13b69d9a5a728bee70341c7fa033cd67
[external-software/github_gohugo-split-theme.git]
/
assets
/
scss
/
_animation.scss
1
2
3
4
5
6
7
8
//-------------------------------------------------------------------------------
// Fade In
//-------------------------------------------------------------------------------
@keyframes fadein {
from { opacity: 0;}
to { opacity: 1;}
}