Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
yuna-wu-attention-placement [2023/06/16 08:38] – created yuna.wu | yuna-wu-attention-placement [2024/06/23 22:12] (current) – steve.wang | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Different Individual Needs and Attention Placement ====== | ====== Different Individual Needs and Attention Placement ====== | ||
By: [[yuna-wu|Yuna]] | By: [[yuna-wu|Yuna]] | ||
+ | |||
+ | In today’s class, we talked about the falling airplane, the bank robbery, and the zombie attack. For the bank robbery, he asked us, if you go to the bank with your wife or husband, and you have your money in your hand. At that time, a thief with a gun came to the bank, and told everyone to raise their hands and don't move. He asked us, if this happened what would we do? My answer is, I’ll choose to find a time that while the thieves are not paying attention, I will sneak out of the window with my husband/ | ||
+ | |||
+ | |||
+ | < | ||
+ | < | ||
+ | html { | ||
+ | display: none; /* Makes the image a block element */ | ||
+ | opacity: 0; /* Initially hides the image */ | ||
+ | transition: opacity 1s ease-in-out; | ||
+ | } | ||
+ | </ | ||
+ | < | ||
+ | document.addEventListener(" | ||
+ | document.documentElement.style.display = ' | ||
+ | setTimeout(() => { | ||
+ | document.documentElement.style.opacity = ' | ||
+ | }, 100) | ||
+ | }) | ||
+ | |||
+ | window.addEventListener(' | ||
+ | document.documentElement.style.opacity = ' | ||
+ | }) | ||
+ | </ | ||
+ | </ |