Turkey Time Triggers

I threw together a cheesy Thanksgiving face for my daughter. It counts down the days on the DIM side but I’m wondering if there is a way to use Boolean or if statements etc to trigger on Thanksgiving… Has anyone ever played with event listeners in Facer?

Link your Thanksgiving faces as well and have a happy one! :slight_smile:

FYI, the logic to trigger a layer was very simple… I thought it would require much more.

Changes Opacity to 100 on Thanksgiving - $#DYR#==326?100:0$

Changes Opacity to 0 on Thanksgiving - $#DYR#==326?0:100$

So the elements change when Thanksgiving hits. Fun little watch face and a good exercise for me.

1 Like