I have a calculations going on in the angularjs app file, basically what is happening is every time when I change the value in the HTMl form, the calculation results are getting reflected in the span block reloader_block,
What I want to do is that i want to add animation to that so that the entire span block should flash and user should notice it.
Like for example, the span block should fade-out and fade-in within milliseconds.
How can I do that?
$scope.refreshDiv = function () {
//here i want to refresh the span block `reloader_block`
};
HTML:
<span class="block reloader_block">
Here is how you can Walden this product:
You will have to share it with <B>{{sharable_with}}</b> users. Each one of you will have to give us <b>{{walden_costs}}</b>/-
Each of you will get to use the product for <b>{{usage}}</b> days after every <b>{{cycle}}</b> days
after <b>{{product_warranty}}</b> year(s) we will auction the product at <b>30%</b> of MRP.
{{priceful}}
</span>