summaryrefslogtreecommitdiff
path: root/examples/clock/style.css
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-25 10:17:21 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-25 10:17:21 +0530
commit0665e6a2490c9ea770a98908788a1e5d210aa811 (patch)
tree307654d37d10ad2055947c0d8ec40c3188f01938 /examples/clock/style.css
parent2f99128e354e5c5334094f072767164c8e4fbd2f (diff)
downloadcss-everything-0665e6a2490c9ea770a98908788a1e5d210aa811.tar.gz
css-everything-0665e6a2490c9ea770a98908788a1e5d210aa811.zip
feat: adds try expression for error handlign
Diffstat (limited to 'examples/clock/style.css')
-rw-r--r--examples/clock/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/clock/style.css b/examples/clock/style.css
index a6f8349..c23e033 100644
--- a/examples/clock/style.css
+++ b/examples/clock/style.css
@@ -44,6 +44,7 @@ body * { box-sizing: border-box; }
--cssx-on-mount: update(--date, call(--get-date));
--cssx-on-update:
+ update('[data-element=seconds]', --angle, js-eval("360 * new Date().getSeconds() / 60 - 90")),
update('[data-element=seconds]', --angle, js-eval("360 * new Date().getSeconds() / 60 - 90"))
update('[data-element=minutes]', --angle, js-eval("360 * new Date().getMinutes() / 60 - 90"))
update('[data-element=hours]', --angle,