A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Animate only part of the DOM on updateDom()
-
Hi,
My getDom function for a module I am working on is able to update the module properly, but when I add an animation speed, it refreshes the entire module rather than just the parts of the DOM that change.
Is there a way to target only a part of the DOM to refresh with the animation, rather than the entire thing?
Thanks.