Skip to content

Commit

Permalink
fix link and title
Browse files Browse the repository at this point in the history
  • Loading branch information
lgnbhl committed May 27, 2024
1 parent 01f4dd2 commit f683bcc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: scroller
Title: Scroll to any element in Shiny
Title: Scroll to any Element in Shiny
Version: 0.1.1
Authors@R:
c(person(given = "Félix",
Expand All @@ -11,7 +11,7 @@ Description: Scroll to any element on your Shiny page thanks to 'Arbitrary Ancho
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
RoxygenNote: 7.3.1
Imports:
jsonlite,
htmltools
Expand Down
2 changes: 1 addition & 1 deletion R/use_scroller.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Use Scroller
#'
#' @param animationLength integrer. Lenght of the animation
#' @param easingFunction string. An effect from \href{https://gsgd.co.uk/sandbox/jquery/easing/}{jquery-easing}.
#' @param easingFunction string. An effect from \href{https://github.com/gdsmith/jquery.easing/}{jquery-easing}.
#' @param scrollOffset integrer. scrollOffset
#' @param use_cdn use CDN (by default) or use locally stored files.
#'
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ output: github_document

> Scroll to any object in your Shiny apps
**scroller** allows to scroll to any element on the page in Shiny thanks to [Arbitrary anchor JS](http://arbitrary-anchor.briangonzalez.org/).
**scroller** allows to scroll to any element on the page in Shiny thanks to [Arbitrary anchor JS](https://gsgd.co.uk/sandbox/jquery/easing/).

## Installation

Expand Down Expand Up @@ -68,7 +68,7 @@ shinyApp(

### Customize it

You can change the animation lenght, the easing function (see [jquery-easing](http://gsgd.co.uk/sandbox/jquery/easing/) for all options availables) and the scroll off set.
You can change the animation lenght, the easing function (see [jquery-easing](https://gsgd.co.uk/sandbox/jquery/easing/) for all options availables) and the scroll off set.

```{r customize, eval = FALSE}
scroller::use_scroller(
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ status](https://www.r-pkg.org/badges/version/scroller)](https://CRAN.R-project.o
> Scroll to any object in your Shiny apps
**scroller** allows to scroll to any element on the page in Shiny thanks
to [Arbitrary anchor JS](http://arbitrary-anchor.briangonzalez.org/).
to [Arbitrary anchor JS](https://gsgd.co.uk/sandbox/jquery/easing/).

## Installation

Expand Down Expand Up @@ -72,7 +72,7 @@ shinyApp(
### Customize it

You can change the animation lenght, the easing function (see
[jquery-easing](http://gsgd.co.uk/sandbox/jquery/easing/) for all
[jquery-easing](https://gsgd.co.uk/sandbox/jquery/easing/) for all
options availables) and the scroll off set.

``` r
Expand Down
2 changes: 1 addition & 1 deletion man/use_scroller.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f683bcc

Please sign in to comment.