Micro-expressions

Micro-expressions are brief, nonverbal facial contortions that reveal a person’s emotions and intentions. Micro-expressions last for only a fraction of a second and often go unnoticed by the average person. In mentalism, understanding and interpreting micro-expressions can be used to create the illusion of mind reading or clairvoyance.

 

“Mentalists and psychics notice ideomotor responses, and even micro-expressions, to help them gain insights into their clients’ thoughts and feelings.”

🤯 mentalism glossary 🤯

var accordions = document.getElementsByClassName("accordion"); var i; for (i = 0; i < accordions.length; i++) { accordions[i].addEventListener("click", function() { this.classList.toggle("active"); var panel = this.nextElementSibling; if (panel.style.maxHeight){ panel.style.maxHeight = null; } else { panel.style.maxHeight = panel.scrollHeight + "px"; // Adjust maxHeight of all ancestor panels var parentPanel = panel.parentElement; while (parentPanel.className === "panel") { parentPanel.style.maxHeight = parentPanel.scrollHeight + panel.scrollHeight + "px"; parentPanel = parentPanel.parentElement; } } }); }