shinymaterial (version 0.5.3)

material_parallax: Create a parallax image

Description

Use this function to create a parallax effect in your application.

Usage

material_parallax(image_source)

Arguments

image_source

String. The image file name. Place the image in a folder labeled 'www' at the same level as the application (server.R & ui.R).

Examples

Run this code
# NOT RUN {
material_parallax(
  image_source = "example_image.jpg"
)
# }

Run the code above in your browser using DataCamp Workspace