gre / diaporama

image/video/content slideshow engine providing high quality animation effects including Kenburns Effect and GLSL Transitions.
http://greweb.me/diaporama/
ISC License
797 stars 104 forks source link

links not working ? #23

Closed nousename closed 9 years ago

nousename commented 11 years ago

anyone got an idea why the links are not working here

http://testshop.bartels-sondermaschinenbau.de/

The links are being written, just the banners are not clickable

something to do with canvas i comment out the
slider.setTransitionFunction({ render: SliderUtils.clippedTransition(function(ctx, w, h, p) { return ctx.arc(w / 2, h / 2, 0.6 * p * Math.max(w, h), 0, Math.PI * 2, false); }) });

line and they work fine