`; $('body').append(sidebarHTML); syncSidebarUI(); // 2. REVERTED NAVIGATION LOGIC: The version that worked $(document).on('click', '.close-sidebar-btn, #sidebar-toggle', function(e) { var btn = $(this); var isAtHome = $('body').hasClass('home') || window.location.pathname === '/' || window.location.pathname === ''; if (btn.hasClass('close-sidebar-btn')) { if (isAtHome) { e.preventDefault(); $('#custom-sidebar').addClass('is-closed'); syncSidebarUI(); } else { // Force hard refresh only for the Portfolio button when not home e.preventDefault(); window.location.assign('https://shaneoshea.com'); } } else { $('#custom-sidebar').toggleClass('is-closed'); syncSidebarUI(); } }); // KILLS PROJECT GRID LINKS BUT SAVES THE GIF $(document).on('click', '.pg-link, .pg-title-link', function(e) { e.preventDefault(); return false; }); function syncSidebarUI() { var sidebar = $('#custom-sidebar'); var body = $('body'); var toggle = $('#sidebar-toggle'); if (sidebar.hasClass('is-closed')) { toggle.text('→'); body.removeClass('sidebar-open'); } else { toggle.text('←'); if ($(window).width() > 1200) { body.addClass('sidebar-open'); } } } $(window).on('semplice_page_loaded', function() { var isAtHome = $('body').hasClass('home') || window.location.pathname === '/' || window.location.pathname === ''; if (isAtHome && $(window).width() > 1200) { $('#custom-sidebar').removeClass('is-closed'); syncSidebarUI(); } }); // The Status Bar Janitor setInterval(function() { $('.pg-link, .pg-title-link').removeAttr('href'); }, 1000); }); })(jQuery);
Latest in: Thesis

Visual Mood Animatic

I've taken my reference images and used them inside of After Effects in order to help me block out timing, sequencing of events and camera angles. It's also a great reference to help show …
gravatar
 · 
September 26, 2016

Thesis Pitch – Round 1!

Had my first round of introducing my thesis by making a pitch video! Lots of things I need to fix up and introduce including actually explaining the story. Expect more soon! 😀 It's currently …
gravatar
 · 
September 18, 2016

Motion Capture!

So I'm working on my first experiments with motion capture via the Microsoft Kinect 2 and this software called iPi Mocap Studio in order to make the correct movements I'm looking for in my …
gravatar
 · 
September 8, 2016

Visual Board

So I finally have my story all figured out! Main points that I really wanted to convey with my project and hit the most were: That it has visuals using Houdini that aren't just …
gravatar
 · 
September 4, 2016

Introduction

Welcome to my thesis blog everyone! It's going to be an awesome time sharing my progress and ideas through this website and I hope you all enjoy following along! As I start out my …
gravatar
 · 
August 26, 2016