I’ve been google’ing for some time but I can’t find a good solution for my problem.
I have a canvas which contains several images. Via a “left” and “right” button I want to scroll smoothly and horizontally thorugh these images. I guess there must be a way to kind of set the focus of the canvas. I tried translate which works fine but I don’t want to “jump” to the next section, I want a smooth scrolling…
Any ideas?
Ok, finally I found a way… pretty basic though.