package ocp_reveal
-
ocp_reveal
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type slide = {
title : Omd.element;
content : string;
transition : transition;
video : path option;
text_color : color;
background_color : color option;
background_img : path option;
background_video : path option;
background_embed : path option;
theme : theme;
}
and slides_t = slide_t list
val title1 : string -> Omd.element
val title2 : string -> Omd.element
val title3 : string -> Omd.element
val title4 : string -> Omd.element
val title5 : string -> Omd.element
val title6 : string -> Omd.element
val text : string -> Omd.element
val bold : string -> Omd.element
val emph : string -> Omd.element
val paragraph : Omd.t -> Omd.element
val itemize : string list -> Omd.element
val enumerate : string list -> Omd.element
val string_of_transition : transition -> string
val string_of_speed : speed -> string
val string_of_color : color -> string
val default : slide
Predefine slide named by effect transition.
val slide : slide
val convex : slide
val concave : slide
val fade : slide
val zoom : slide