cssClassSwitcher not called on every microflow timer interval

0
cssClassSwitcher is using a calculate microflow to set the css classes to the element. A microflow timer is used to call the calculate microflow every X interval, but cssClassSwitcher is not reflecting the changed value on the page. Because cssClassSwitcher is getting called only once on page load not on every interval of microflow timer. How can i make the changed value of every interval to reflect in cssClassSwitcher ?
asked
1 answers
2

Did you try to put the cssClassSwitcher widget inside of a data container that gets refreshed by the microflow executed by your microflow timer?

answered