"", "Normal" => "normal", "Italic" => "italic", "Oblique" => "oblique", ); $font_weight = array( "Default" => "", "Normal (400)" => "400", "Light (100)" => "100", "Medium (700)" => "700", "Bold (900)" => "900", ); $color_presets = array( "Default" => "", "Red" => "#FF0000", "Blue" => "#0000FF", "Custom" => "custom", ); $logo_header_position = array( "Left position" => "left", "Big center position" => "center", ); // NOTE: Customizer put to DB key of the array, // but in Select Control show a value of the array. $google_fonts = array( "" => "Default", "Comfortaa" => "Comfortaa", "Didact+Gothic" => "Didact Gothic", "Lato" => "Lato", "Lobster" => "Lobster", "Open+Sans" => "Open Sans", "Oswald" => "Oswald", "Raleway" => "Raleway", "Roboto" => "Roboto", "Ruslan+Display" => "Ruslan Display", "Wellfleet" => "Wellfleet", "Wendy+One" => "Wendy One", "Wire+One" => "Wire One", "Yanone+Kaffeesatz" => "Yanone Kaffeesatz", "Yellowtail" => "Yellowtail", "Yeseva+One" => "Yeseva One", "Yesteryear" => "Yesteryear", "Zeyada" => "Zeyada", ); $position_sidebar_category = array( "Full" => "full", "Left" => "left", "Right" => "right", ); $styles_view_category = array( "List" => "list", "Grid" => "grid", "TimeLine" => "timeline", ); $stylized_posts_preview = array( "Standart" => "standart", "Masonry" => "masonry", ); // NOTE: Customizer put to DB key of the array, but in 'Live Page Preview' panel show a value of the array. //animation: $animationdelay = array( //Attention Seekers "" => "NONE", "delay-0_5s" => "delay-0_5s", "delay-1_0s" => "delay-1_0s", "delay-1_5s" => "delay-1_5s", "delay-2_0s" => "delay-2_0s", "delay-2_5s" => "delay-2_5s", "delay-3_0s" => "delay-3_0s", ); $animationlist = array( "" => "NONE", //Attention Seekers "bounce" => "bounce", "flash" => "flash", "pulse" => "pulse", "rubberBand" => "rubberBand", "shake" => "shake", "swing" => "swing", "tada" => "tada", "wobble" => "wobble", //Bouncing Entrances "bounceIn" => "bounceIn", "bounceInDown" => "bounceInDown", "bounceInLeft" => "bounceInLeft", "bounceInRight" => "bounceInRight", "bounceInUp" => "bounceInUp", //Bouncing Exits //"bounceOut" => "bounceOut", //"bounceOutDown" => "bounceOutDown", //"bounceOutLeft" => "bounceOutLeft", //"bounceOutRight" => "bounceOutRight", //"bounceOutUp" => "bounceOutUp", //Fading Entrances "fadeIn" => "fadeIn", "fadeInDown" => "fadeInDown", "fadeInDownBig" => "fadeInDownBig", "fadeInLeft" => "fadeInLeft", "fadeInLeftBig" => "fadeInLeftBig", "fadeInRight" => "fadeInRight", "fadeInRightBig" => "fadeInRightBig", //Fading Exits "fadeInUp" => "fadeInUp", "fadeInUpBig" => "fadeInUpBig", //"fadeOut" => "fadeOut", //"fadeOutDown" => "fadeOutDown", //"fadeOutDownBig" => "fadeOutDownBig", //"fadeOutLeft" => "fadeOutLeft", //"fadeOutLeftBig" => "fadeOutLeftBig", //"fadeOutRight" => "fadeOutRight", //"fadeOutRightBig" => "fadeOutRightBig", //"fadeOutUp" => "fadeOutUp", //"fadeOutUpBig" => "fadeOutUpBig", //Flippers "flip" => "flip", "flipInX" => "flipInX", "flipInY" => "flipInY", //"flipOutX" => "flipOutX", //"flipOutY" => "flipOutY", //Lightspeed "lightSpeedIn" => "lightSpeedIn", //"lightSpeedOut" => "lightSpeedOut", //Rotating Entrances "rotateIn" => "rotateIn", "rotateInDownLeft" => "rotateInDownLeft", "rotateInDownRight" => "rotateInDownRight", "rotateInUpLeft" => "rotateInUpLeft", "rotateInUpRight" => "rotateInUpRight", //Rotating Exits //"rotateOut" => "rotateOut", //"rotateOutDownLeft" => "rotateOutDownLeft", //"rotateOutDownRight" => "rotateOutDownRight", //"rotateOutUpLeft" => "rotateOutUpLeft", //"rotateOutUpRight" => "rotateOutUpRight", //Specials //"hinge" => "hinge", "rollIn" => "rollIn", //"rollOut" => "rollOut", //Zoom Entrances "zoomIn" => "zoomIn", "zoomInDown" => "zoomInDown", "zoomInLeft" => "zoomInLeft", "zoomInRight" => "zoomInRight", "zoomInUp" => "zoomInUp", //Zoom Exits //"zoomOut" => "zoomOut", //"zoomOutDown" => "zoomOutDown", //"zoomOutLeft" => "zoomOutLeft", //"zoomOutRight" => "zoomOutRight", //"zoomOutUp" => "zoomOutUp", );