Closed msteudtn closed 3 years ago
Update for Show only X parties in the list of results right away. The rest is visible on click.
EXTRAS/ADDON_LIMIT_RESULTS.JS
Slowly starting to remove jQuery
@keyframes myFadeIn, @keyframes myFadeOut
DEFAULT.CSS
fnFadeIn(), fnFadeOut()
GENERAL.JS
fnFadeOut(document.getElementById("myId"), 750, 1)
#myId
display:none
Update for Show only X parties in the list of results right away. The rest is visible on click.
EXTRAS/ADDON_LIMIT_RESULTS.JS
Slowly starting to remove jQuery
@keyframes myFadeIn, @keyframes myFadeOut
inDEFAULT.CSS
to support fadingfnFadeIn(), fnFadeOut()
inGENERAL.JS
fnFadeOut(document.getElementById("myId"), 750, 1)
= fade out#myId
within 750ms and setdisplay:none
(1)