aboutsummaryrefslogtreecommitdiff
path: root/themes/terrassa/assets/css/animations.css
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2019-03-16 17:43:05 +0100
committerDimitri Staessens <dimitri@ouroboros.rocks>2019-03-16 17:43:05 +0100
commit79acfcf1599496e67b20c39c00a100b07c383ab1 (patch)
tree0651646a631545b2ff56074f4c8f492d69dbb170 /themes/terrassa/assets/css/animations.css
parent4b98568dbdc0dddf8255abbbb08565821b79f839 (diff)
downloadwebsite-79acfcf1599496e67b20c39c00a100b07c383ab1.tar.gz
website-79acfcf1599496e67b20c39c00a100b07c383ab1.zip
theme: Add terrassa theme
Diffstat (limited to 'themes/terrassa/assets/css/animations.css')
-rw-r--r--themes/terrassa/assets/css/animations.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/terrassa/assets/css/animations.css b/themes/terrassa/assets/css/animations.css
new file mode 100644
index 0000000..ce65162
--- /dev/null
+++ b/themes/terrassa/assets/css/animations.css
@@ -0,0 +1,10 @@
+@keyframes focus {
+ 0% {
+ filter: blur(14px);
+ opacity: 0;
+ }
+ 100% {
+ filter: blur(0);
+ opacity: 1;
+ }
+} \ No newline at end of file