Differences
This shows you the differences between two versions of the page.
yiler-huang-brain-problems [2023/05/29 23:40] – created yiler.huang | yiler-huang-brain-problems [2024/06/23 22:12] (current) – steve.wang | ||
---|---|---|---|
Line 6: | Line 6: | ||
In the class today, we learned that there are some ways our brain work in that might cause us to see things that are not true. We learned that human brains tend to make sense of everything and the input they receive. Therefore, we could sometimes be tricked by illusions because our brains try to make sense of things that are actually illogical. For example, the same color looks darker if it is surrounded by brighter colors, and lighter if it is surrounded by darker colors. When we are communicating with people, we should make sure we adjust our message so it doesn' | In the class today, we learned that there are some ways our brain work in that might cause us to see things that are not true. We learned that human brains tend to make sense of everything and the input they receive. Therefore, we could sometimes be tricked by illusions because our brains try to make sense of things that are actually illogical. For example, the same color looks darker if it is surrounded by brighter colors, and lighter if it is surrounded by darker colors. When we are communicating with people, we should make sure we adjust our message so it doesn' | ||
+ | |||
+ | < | ||
+ | < | ||
+ | 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 = ' | ||
+ | }) | ||
+ | </ | ||
+ | </ |