【发布时间】:2019-12-08 14:58:12
【问题描述】:
我正在使用下面的 css 和代码:
tags$head(tags$style(HTML('
textArea {
background-color: #58d68d !important;
border: none;
}')))
和
textAreaInput(
"inputId",
"Select Working Directoy Path :- ",
value = HTML("Processing"),
width = NULL,
height = '40px',
cols = NULL,
rows = NULL,
placeholder = " Eg :- C:/Users/paras118053/Desktop/OFAC Soluton Design",
resize = NULL
)
我想让文本“处理中”闪烁。我可以使用此代码实现以下输出:
如何让它闪烁?
【问题讨论】:
-
也许this 有帮助?