We apply animation concept from angularjs, This example how to apply HTMl5 animation logic using angular directive to applied. This animation are applied zooming image object in a interval of time then it will move into left side of screen. Apply animation may need to stop or continue to run logic also applied. Example : Html <div ng-app="imageAnimation"> <div ng-controller="splashCtrl"> <div class="btn"> <input type="button" value="Run" ng-click="run()"/> <input type="button" value="Stop" ng-click="stop()"/> </div> <img ng-src="{{url1}}" width="200" height="200" class="picbig" /> <img ng-src="{...