To animate the blur of a single or multiple child elements when <trigger> is performed on a parent element, add data-tor-fx-trigger="<inview|active|show|hover> to indicate that this is a parent element with the desired trigger - if this parent trigger is performed, child elements will be affected (will change)
Than add data-tor-fx="<trigger>:blur.to(<value>) attribute to child elements where <trigger> is:
inview(p): - when .inview class is applied on Parent trigger element, because it's visible in the viewport
active(p): - when .active class is applied on Parent trigger element
show(p): - when .show class is applied on Parent trigger element
hover(p): - when hover state is applied on Parent trigger element
To remove the blur of a single or multiple child elements when <trigger> is performed on a parent element, add data-tor-fx-trigger="<inview|active|show|hover> to indicate that this is a parent element with the desired trigger - if this parent trigger is performed, child elements will be affected (will change)
Than add data-tor-fx="<trigger>:blur.from(<value>) attribute to child elements where <trigger> is:
inview(p): - when .inview class is applied on Parent trigger element, because it's visible in the viewport
active(p): - when .active class is applied on Parent trigger element
show(p): - when .show class is applied on Parent trigger element
hover(p): - when hover state is applied on Parent trigger element