`; $('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);

Visual Mood Animatic

gravatar
 · 
September 26, 2016
 · 
1 min read

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 people certain things that wouldn't translate as well in a drawing such as transitions.

Watch here below!

Password is: "thesis"

One thing that this is lacking however is exact camera moves and cinematography. That is the next stage!

I plan on doing another cinematographic cinematic which will help me finalize and solidify the timing of my shots, show off exact angles and camera motions I plan on using. I will also not be putting the characters, doing any sort of blocked out lighting or texturing for this. I'm going to use gray scale lamberts and cubes to represent the motions and flow of the dancers and the overall blocked scene itself.

Here is a really good example of what this looks like and what I will pass on to my composer for this thesis.

Comments

No Comments.

Leave a replyReply to