Module type Ot_page_transition.PAGE_TRANSITION_CONF
module type PAGE_TRANSITION_CONF = sig..end
Suppose that screenshots are stored in objects of type screenshot. Users need to provide a module which specifies the type screenshot (e.g. string) and a function screenshot_container that creates a html element from the screenshot.
type screenshot
val screenshot_container :
screenshot ->
Html_types.div_content Eliom_content.Html.elt