material_parallax {shinymaterial} | R Documentation |
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
material_parallax(
image_source = "example_image.jpg"
)
[Package shinymaterial version 1.2.0 Index]