Skip to content

Commit

Permalink
Merge pull request #57 from OpenStudiosCo/feature/30-pet-wall
Browse files Browse the repository at this point in the history
Pet wall fixes and tweaks
  • Loading branch information
paulbrzeski authored Sep 29, 2024
2 parents 2ea7ec4 + 24c6368 commit d498d21
Show file tree
Hide file tree
Showing 36 changed files with 378 additions and 230 deletions.
6 changes: 5 additions & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,9 @@

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -591,7 +594,8 @@
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/about_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,9 @@

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -591,7 +594,8 @@
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/accessibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,9 @@

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -591,7 +594,8 @@
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/ai-copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,9 @@

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -591,7 +594,8 @@
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,9 @@

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -591,7 +594,8 @@
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/blog/2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,9 @@

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -591,7 +594,8 @@
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/blog/2023/01/studio-roundup-january-2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,9 @@ <h3>Find us online!</h3>

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -656,7 +659,8 @@ <h3>Find us online!</h3>
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/blog/2023/02/studio-roundup-february-2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,9 @@ <h3>Find us online!</h3>

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -661,7 +664,8 @@ <h3>Find us online!</h3>
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/blog/2023/03/studio-roundup-march-2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,9 @@ <h3>Find us online!</h3>

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -632,7 +635,8 @@ <h3>Find us online!</h3>
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/blog/2023/04/studio-roundup-april-2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,9 @@ <h3>Find us online!</h3>

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -638,7 +641,8 @@ <h3>Find us online!</h3>
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/blog/2023/05/studio-roundup-may-2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,9 @@ <h3>Find us online!</h3>

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -620,7 +623,8 @@ <h3>Find us online!</h3>
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/blog/2023/06/studio-roundup-june-2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,9 @@ <h3>Find us online!</h3>

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -641,7 +644,8 @@ <h3>Find us online!</h3>
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/blog/2023/07/studio-roundup-july-2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,9 @@ <h3>Find us online!</h3>

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -629,7 +632,8 @@ <h3>Find us online!</h3>
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/blog/2023/08/studio-roundup-august-2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,9 @@ <h3>Find us online!</h3>

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -626,7 +629,8 @@ <h3>Find us online!</h3>
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/blog/2023/09/studio-roundup-september-2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,9 @@ <h3>Find us online!</h3>

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -635,7 +638,8 @@ <h3>Find us online!</h3>
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,9 @@ <h1 class="wp-block-heading" id="9e4f">The future</h1>

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -931,7 +934,8 @@ <h1 class="wp-block-heading" id="9e4f">The future</h1>
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/blog/2023/10/studio-roundup-october-2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,9 @@ <h3>Find us online!</h3>

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -637,7 +640,8 @@ <h3>Find us online!</h3>
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/blog/2023/11/studio-roundup-november-2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,9 @@ <h3>Find us online!</h3>

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -654,7 +657,8 @@ <h3>Find us online!</h3>
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/blog/2023/12/studio-roundup-december-2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,9 @@ <h3>Find us online!</h3>

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -653,7 +656,8 @@ <h3>Find us online!</h3>
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
6 changes: 5 additions & 1 deletion docs/blog/2024/01/studio-roundup-january-2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,9 @@ <h3>Find us online!</h3>

function downTheRabbitHole() {
window.virtual_office.started = true;
if ( window.scrollY != 0 ) {
window.scrollTo(0, 0);
}
document.title = 'Open Studios | Perth, Western Australia';
const pageWrapper = document.getElementById('page-wrapper');

Expand All @@ -637,7 +640,8 @@ <h3>Find us online!</h3>
// Hide the pageWrapper on completion so the iframed pages don't clash.
setTimeout( () => {
window.matrix_scene.complete = true;
pageWrapper.remove();
pageWrapper.style.display = 'none';
pageWrapper.style.pointerEvents = 'none';

// Animate the camera resetting from any other position.
window.virtual_office.tweens.resetCameraRotation.start();
Expand Down
Loading

0 comments on commit d498d21

Please sign in to comment.