Skip to content

Commit

Permalink
Merge pull request #4 from posit-conf-2024/rearrange-slides
Browse files Browse the repository at this point in the history
Rearrange slides
  • Loading branch information
brendanhcullen authored Aug 8, 2024
2 parents bea6f75 + 580a637 commit 5880c56
Show file tree
Hide file tree
Showing 570 changed files with 1,912 additions and 2,640 deletions.
18 changes: 9 additions & 9 deletions slides/session07-types-slides.Rmd → slides/data-types.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Data types"
subtitle: "Day 2, Session 7"
date: "September 18, 2023"
subtitle: "Session 1"
date: "August 12th, 2024"
output:
xaringan::moon_reader:
css: ["default", "assets/academy-theme.css"]
Expand Down Expand Up @@ -163,7 +163,7 @@ In our analysis, want to compare traits across terrier breeds only, of which the

class: middle

.center[<img src="images/session07/dog_breeds.png" alt="Cartoon of 18 dog breeds" width="800"/>]
.center[<img src="images/data-types/dog_breeds.png" alt="Cartoon of 18 dog breeds" width="800"/>]

???

Expand All @@ -173,7 +173,7 @@ To make this very clear, we have `r n_distinct(breed_traits$breed)` dog breeds (

class: middle

.center[<img src="images/session07/terrier_breeds.png" alt="Cartoon of 18 dog breeds with only four terrier breeds highlighted" width="800"/>]
.center[<img src="images/data-types/terrier_breeds.png" alt="Cartoon of 18 dog breeds with only four terrier breeds highlighted" width="800"/>]

???

Expand Down Expand Up @@ -649,7 +649,7 @@ https://lubridate.tidyverse.org/

---
class: top
background-image: url(images/lubridate/date_and_datetime.png)
background-image: url(images/data-types/date_and_datetime.png)
background-size: cover

???
Expand All @@ -661,7 +661,7 @@ A datetime stores all of that as well as hours, minutes, seconds, and time zone.
---

class: top
background-image: url(images/lubridate/make_dates_1.png)
background-image: url(images/data-types/make_dates_1.png)
background-size: cover

# Creating Dates and Datetimes
Expand All @@ -678,7 +678,7 @@ Lubridate functions will handle all of these formats automatically. A function c
---

class: top
background-image: url(images/lubridate/make_dates_2.png)
background-image: url(images/data-types/make_dates_2.png)
background-size: cover

# Creating Dates and Datetimes
Expand All @@ -688,7 +688,7 @@ There are a number of functions that lubridate includes for creating a date or d
---

class: top
background-image: url(images/lubridate/diagram_1.png)
background-image: url(images/data-types/diagram_1.png)
background-size: cover
# Extract Information

Expand All @@ -698,7 +698,7 @@ Once we have our data in a date or datetime format, we are able to easily access
---

class: top
background-image: url(images/lubridate/diagram_2.png)
background-image: url(images/data-types/diagram_2.png)
background-size: cover
# Extract Information

Expand Down
29 changes: 14 additions & 15 deletions slides/session07-types-slides.html → slides/data-types.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<title>Data types</title>
<meta charset="utf-8" />
<meta name="date" content="2023-09-18" />
<script src="libs/header-attrs/header-attrs.js"></script>
<link href="libs/remark-css/default.css" rel="stylesheet" />
<link href="libs/tile-view/tile-view.css" rel="stylesheet" />
Expand All @@ -30,11 +29,11 @@

# Data types

### Day 2, Session 7
### Session 1

&lt;div class="title-footer"&gt;
&lt;img src="images/academy-logo.png"&gt;
&lt;div&gt; September 18, 2023&lt;/div&gt;
&lt;div&gt; August 12th, 2024&lt;/div&gt;
&lt;/div&gt;


Expand Down Expand Up @@ -125,7 +124,7 @@

class: middle

.center[&lt;img src="images/session07/dog_breeds.png" alt="Cartoon of 18 dog breeds" width="800"/&gt;]
.center[&lt;img src="images/data-types/dog_breeds.png" alt="Cartoon of 18 dog breeds" width="800"/&gt;]

???

Expand All @@ -135,7 +134,7 @@

class: middle

.center[&lt;img src="images/session07/terrier_breeds.png" alt="Cartoon of 18 dog breeds with only four terrier breeds highlighted" width="800"/&gt;]
.center[&lt;img src="images/data-types/terrier_breeds.png" alt="Cartoon of 18 dog breeds with only four terrier breeds highlighted" width="800"/&gt;]

???

Expand Down Expand Up @@ -509,7 +508,7 @@
```
]
.pull-right[
&lt;img src="session07-types-slides_files/figure-html/unnamed-chunk-21-1.png" width="90%" /&gt;
&lt;img src="data-types_files/figure-html/unnamed-chunk-21-1.png" width="90%" /&gt;
]

---
Expand All @@ -527,13 +526,13 @@
]

.pull-right[
&lt;img src="session07-types-slides_files/figure-html/unnamed-chunk-23-1.png" width="90%" /&gt;
&lt;img src="data-types_files/figure-html/unnamed-chunk-23-1.png" width="90%" /&gt;
]

---
# What are we trying to show?

![](session07-types-slides_files/figure-html/unnamed-chunk-24-1.png)&lt;!-- --&gt;
![](data-types_files/figure-html/unnamed-chunk-24-1.png)&lt;!-- --&gt;

---
# Factors have an ordering
Expand Down Expand Up @@ -603,7 +602,7 @@
]

.pull-right[
&lt;img src="session07-types-slides_files/figure-html/unnamed-chunk-28-1.png" width="90%" /&gt;
&lt;img src="data-types_files/figure-html/unnamed-chunk-28-1.png" width="90%" /&gt;
]

---
Expand All @@ -625,7 +624,7 @@
]

.pull-right[
&lt;img src="session07-types-slides_files/figure-html/unnamed-chunk-30-1.png" width="90%" /&gt;
&lt;img src="data-types_files/figure-html/unnamed-chunk-30-1.png" width="90%" /&gt;
]

---
Expand All @@ -652,7 +651,7 @@

---
class: top
background-image: url(images/lubridate/date_and_datetime.png)
background-image: url(images/data-types/date_and_datetime.png)
background-size: cover

???
Expand All @@ -664,7 +663,7 @@
---

class: top
background-image: url(images/lubridate/make_dates_1.png)
background-image: url(images/data-types/make_dates_1.png)
background-size: cover

# Creating Dates and Datetimes
Expand All @@ -681,7 +680,7 @@
---

class: top
background-image: url(images/lubridate/make_dates_2.png)
background-image: url(images/data-types/make_dates_2.png)
background-size: cover

# Creating Dates and Datetimes
Expand All @@ -691,7 +690,7 @@
---

class: top
background-image: url(images/lubridate/diagram_1.png)
background-image: url(images/data-types/diagram_1.png)
background-size: cover
# Extract Information

Expand All @@ -701,7 +700,7 @@
---

class: top
background-image: url(images/lubridate/diagram_2.png)
background-image: url(images/data-types/diagram_2.png)
background-size: cover
# Extract Information

Expand Down
Binary file renamed slides/session02-eda.key → slides/eda.key
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"assets":{"301FD3EE3C3195BD0CF1AD864BACC4B5":{"type":"texture","index":0,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/01A239EC-22E3-4D27-A0F6-278C4B2D3F0A.pdf"},"width":1920,"height":1080},"49E5FDD86C96E1ADC82F97BC64EA1FE4":{"type":"texture","index":1,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/01A239EC-22E3-4D27-A0F6-278C4B2D3F0A.pdf"},"width":1920,"height":1080}},"events":[{"effects":[{"beginTime":0,"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00035007912466775983,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"49E5FDD86C96E1ADC82F97BC64EA1FE4"},{"animations":[{"additive":false,"timeOffset":0,"beginTime":0,"from":{"scalar":false},"repeatCount":0,"fillMode":"both","duration":0.01,"autoreverses":false,"property":"hidden","to":{"scalar":true},"removedOnCompletion":false}],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"301FD3EE3C3195BD0CF1AD864BACC4B5"}]}]},"effects":[],"duration":0.01,"type":"transition","attributes":{"direction":0},"name":"none","objectID":"0"}],"automaticPlay":false,"hyperlinks":[],"accessibility":[{"text":"How we explore our data","targetRectangle":{"y":83.100612640380859,"x":42.9522705078125,"width":1178.02734375,"height":120}},{"text":"nehalem-bay-birdtracks.jpg","targetRectangle":{"y":-1.75,"x":-6.3837890625,"width":1926.22216796875,"height":1083.5000000000002}},{"text":"Nehalem Bay, Oregon","targetRectangle":{"y":815.292236328125,"x":1880.0000011920929,"width":30,"height":245.5078125}}],"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00035007912466775983,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"301FD3EE3C3195BD0CF1AD864BACC4B5"}]}]}}]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
local_slide( {"name":"01A239EC-22E3-4D27-A0F6-278C4B2D3F0A","json":{"assets":{"301FD3EE3C3195BD0CF1AD864BACC4B5":{"type":"texture","index":0,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/01A239EC-22E3-4D27-A0F6-278C4B2D3F0A.pdf"},"width":1920,"height":1080},"49E5FDD86C96E1ADC82F97BC64EA1FE4":{"type":"texture","index":1,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/01A239EC-22E3-4D27-A0F6-278C4B2D3F0A.pdf"},"width":1920,"height":1080}},"events":[{"effects":[{"beginTime":0,"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00035007912466775983,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"49E5FDD86C96E1ADC82F97BC64EA1FE4"},{"animations":[{"additive":false,"timeOffset":0,"beginTime":0,"from":{"scalar":false},"repeatCount":0,"fillMode":"both","duration":0.01,"autoreverses":false,"property":"hidden","to":{"scalar":true},"removedOnCompletion":false}],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"301FD3EE3C3195BD0CF1AD864BACC4B5"}]}]},"effects":[],"duration":0.01,"type":"transition","attributes":{"direction":0},"name":"none","objectID":"0"}],"automaticPlay":false,"hyperlinks":[],"accessibility":[{"text":"How we explore our data","targetRectangle":{"y":83.100612640380859,"x":42.9522705078125,"width":1178.02734375,"height":120}},{"text":"nehalem-bay-birdtracks.jpg","targetRectangle":{"y":-1.75,"x":-6.3837890625,"width":1926.22216796875,"height":1083.5000000000002}},{"text":"Nehalem Bay, Oregon","targetRectangle":{"y":815.292236328125,"x":1880.0000011920929,"width":30,"height":245.5078125}}],"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00035007912466775983,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"301FD3EE3C3195BD0CF1AD864BACC4B5"}]}]}}]}} )
Binary file not shown.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"assets":{"B58A4EE1C6B5A0CC6C78582F2B562834":{"type":"texture","index":1,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/03D9263F-1447-4CE0-B493-6CED246468E5.pdf"},"width":1920,"height":1080},"DD899D7469CC723A5B8B622693B07E09":{"type":"texture","index":0,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/03D9263F-1447-4CE0-B493-6CED246468E5.pdf"},"width":1920,"height":1080}},"events":[{"effects":[{"beginTime":0,"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00035007912466775983,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"B58A4EE1C6B5A0CC6C78582F2B562834"},{"animations":[{"additive":false,"timeOffset":0,"beginTime":0,"from":{"scalar":false},"repeatCount":0,"fillMode":"both","duration":0.01,"autoreverses":false,"property":"hidden","to":{"scalar":true},"removedOnCompletion":false}],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"DD899D7469CC723A5B8B622693B07E09"}]}]},"effects":[],"duration":0.01,"type":"transition","attributes":{"direction":0},"name":"none","objectID":"0"}],"automaticPlay":false,"hyperlinks":[],"accessibility":[{"text":"F = MA","targetRectangle":{"y":465.11636352539062,"x":670.683349609375,"width":526.5791015625,"height":194}},{"text":"Newton’s first law of motion : force = mass * acceleration","targetRectangle":{"y":746.36639404296875,"x":250.11419677734375,"width":1429.31396484375,"height":68}}],"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00035007912466775983,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":960,"pointY":540},"width":1920,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":1080,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"DD899D7469CC723A5B8B622693B07E09"}]}]}}]}
Loading

0 comments on commit 5880c56

Please sign in to comment.