This repository has been archived by the owner on May 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
README.Rmd
90 lines (61 loc) · 4.36 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
library(emo)
```
# `learngganimate`
## `Coding together, learning together`
**Team members** `r emo::ji("farmer")` `r emo::ji("detective")`
* `r emo::ji("cat")` [Adam Gruer](https://github.com/adam-gruer) `r emo::ji("bird")` [\@AdamGruer](https://twitter.com/AdamGruer)
* `r emo::ji("cat")` [Saskia Freytag](https://github.com/SaskiaFreytag) `r emo::ji("bird")` [\@trashystats](https://twitter.com/trashystats)
* `r emo::ji("cat")` [Anna Quaglieri](https://github.com/annaquaglieri16) `r emo::ji("bird")` [\@annaquagli](https://twitter.com/annaquagli)
* `r emo::ji("cat")` [Sarah Romanes](https://github.com/sarahromanes) `r emo::ji("bird")` [\@sarah_romanes](https://twitter.com/sarah_romanes)
* `r emo::ji("cat")` [Danielle Navarro](https://github.com/djnavarro) `r emo::ji("bird")` [\@djnavarro](https://twitter.com/djnavarro)
* `r emo::ji("cat")` [Roberto Bonelli](https://github.com/Robbie90) `r emo::ji("bird")` [\@robbie_bonelli](https://twitter.com/robbie_bonelli)
* `r emo::ji("cat")` [Emi Tanaka](https://github.com/emitanaka) `r emo::ji("bird")` [\@statsgen](https://twitter.com/statsgen)
![the smiling team](assets/img/team.jpg)
**Most wonderful contributors** `r emo::ji("raising_hands")`
* `r emo::ji("cat")` [Dale Maschette](https://github.com/Maschette) `r emo::ji("bird")` [\@Dale_Masch](https://twitter.com/Dale_Masch)
* `r emo::ji("cat")` [Jesse Mostipak](https://github.com/jmostipak) `r emo::ji("bird")` [\@kierisi](https://twitter.com/kierisi)
* `r emo::ji("cat")` [Will Chase](https://github.com/will-r-chase) `r emo::ji("bird")` [\@W_R_Chase](https://twitter.com/W_R_Chase)
* `r emo::ji("cat")` [Tyler Littlefield](https://github.com/tyluRp) `r emo::ji("bird")` [\@tyluRp](https://twitter.com/tyluRp)
We'd love to add you to this list. Contributions are a most lovely thing you can do. Check out the [current issues](https://github.com/issues) for something you may want to help with. We can help you get started. Get in touch with us if you need help. Please check out our [contributing guide](CONTRIBUTING.md).
Please note that the `learngganimate` project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.
**Now, SOME GIFS!!**
![](transition_manual_files/figure-gfm/unnamed-chunk-2-1.gif)
![](RuPaul_excercise/making_gganimate_fab_files/figure-markdown_github/rupaulgif-1.gif)
![](ease_aes_files/figure-gfm/unnamed-chunk-11-1.gif)
![](coolcoolcool_files/figure-gfm/cool-1.gif)
The goal of learngganimate is to record the discoveries of an intrepid
group of animation explorers in the wild `r emo::ji("tiger")`, amazing jungle `r emo::ji("tree")` of the [`gganimate` package](https://github.com/thomasp85/gganimate) `r emo::ji("package")`.
We aim to create documentation and share our user experience for this amazing `r emo::ji("star")`, yet sparsely documented, package `r emo::ji("package")`.
We collectively set our minds to the task of exploring the gganimate
package `r emo::ji("package")`.
We record our discoveries here for posterity:
- [transition_manual](transition_manual.md)
- [transition_filter](transition_filter.md)
- [transition_components](transition_components.md)
- [transition_layers](transition_layers.md)
- [transition_reveal](transition_reveal/transition_reveal.md)
- [transition_time](transition_time/transition_time.md)
- [ease_aes](ease_aes.md)
- [shadow_wake](shadow_wake.md)
- [shadow_mark](shadow_mark.md)
- [shadow_trail](shadow_trail.md)
- [enter_exit](enter_exit/enter_exit.md)
- [view_follow](view_follow.md)
- [compare transition_time with transition_reveal](transition_time_vs_transition_reveal.md)
- [harvest_animation (transition_time)](example_harvest_animation.md)
- [help needed! example heart pumping (animate, transition_manual, transition_states)](example_heart_pumping.md)
- [help needed! alluvial plot](alluvial_plot.md)
- [transition_RUveal: using many of the gganimate functions](RuPaul_excercise/making_gganimate_fab.md)
- [airplanes example: using transition_reveal](USflights.md)
- [cool cool cool syn crossover](coolcoolcool.md)
- [compare transitions](compare_transitions.md)
- [animate and renderer options](animate.md)