AOS::play_button:AOS 在滚动库上制作动画 源码
os 在滚动库上进行动画处理以获取光泽 该包装aos允许动画上中的R闪亮由于滚动元件。 安装 从CRAN安装发行的版本。 install.packages( " aos " ) 要获取错误修复或使用开发版本中的功能,可以从GitHub安装。 # install.packages("remotes") remotes :: install_github( " lgnbhl/aos " ) 闪亮的 为了使用{aos}包,您必须首先在应用程序的UI中调用use_aos() 。 然后只需将aos()应用于具有动画和其他参数(例如duration , delay或easing aos()的任何Shiny元素。 library( shiny ) library( ggplot2 ) library( aos ) shinyApp( ui = fluidPage( align =
文件列表
aos-master.zip
(预估有个52文件)
aos-master
.gitignore
50B
NAMESPACE
321B
NEWS.md
202B
data-raw
sticker.R
1KB
R
use_aos_refresh.R
1KB
use_aos.R
5KB
aos.R
2KB
暂无评论