changing slide transition: how to

Hi all,

I wonder how I can change the transition between slides in course presentation. Any ideas ?

Thank's

falcon's picture

I believe it is a CSS transition so you might try to override it.

This is the code I think:

https://github.com/h5p/h5p-course-presentation/blob/master/styles/cp.css#L214

In the furure we will probably have a menu for choosing between transitions. If you're interested in funding it or creating it let us know.

I will check this.

we can find `.h5p-course-presentation .h5p-slide.h5p-animate {` at : https://github.com/h5p/h5p-course-presentation/blob/master/src/styles/cp.css#L136