changing slide transition: how to
Submitted by espressif on Fri, 10/02/2015 - 22:42
Forums:
Hi all,
I wonder how I can change the transition between slides in course presentation. Any ideas ?
Thank's
Hi all,
I wonder how I can change the transition between slides in course presentation. Any ideas ?
Thank's
Navigation
Connect with H5P
About
H5P is a registered trademark of H5P Group
Privacy policy |
Copyright ©
2024
falcon
Sun, 10/04/2015 - 21:58
Permalink
I believe it is a CSS
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.
espressif
Mon, 10/05/2015 - 16:46
Permalink
Thanks
I will check this.
Nolwennig
Fri, 08/23/2019 - 19:56
Permalink
update github link
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