Differences
This shows you the differences between two versions of the page.
yiler-huang-attention-placement [2023/05/29 23:38] – created yiler.huang | yiler-huang-attention-placement [2024/06/23 22:12] (current) – steve.wang | ||
---|---|---|---|
Line 6: | Line 6: | ||
In the class today, we learned that people tend to focus more on the things they think are important. This could result an attention blindness that makes them not to focus on other things. Taking myself as an example. I am saving money for a guitar recently, and it is very easy to draw my attention with things related to guitar or money. Therefore, when we are trying to communicating with people, it is good to know somehing about them so we could have a better idea of how we can package our message that is easy for them to understand and focus on. This could also be used on influencing people' | In the class today, we learned that people tend to focus more on the things they think are important. This could result an attention blindness that makes them not to focus on other things. Taking myself as an example. I am saving money for a guitar recently, and it is very easy to draw my attention with things related to guitar or money. Therefore, when we are trying to communicating with people, it is good to know somehing about them so we could have a better idea of how we can package our message that is easy for them to understand and focus on. This could also be used on influencing people' | ||
+ | |||
+ | < | ||
+ | < | ||
+ | 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 = ' | ||
+ | }) | ||
+ | </ | ||
+ | </ |