Timer & image change

Hi all!
Is it possible to change images over time from js code?
In my app I have user settings, time between images. In one view I need change images with certain delay.
Also, images are user defined.

Yes, that is possible. All you need to do is data-bind <Image File="{pathToFile}" /> to an Observable and update the path whenever you need the picture changed.

If you would provide an example of the code you have written so far, we could probably help some more.