Menu
Noir Vortex
  • About
  • Writing
    • Prose and short stories
    • Theory
    • iC0de Articles
    • Poetry
    • Cultural Review
    • Scientific Theories
  • Audio Stories
  • Books
  • Media
    • Funny Philosophy [Video Series]
    • The Tunnel Art Manifesto [Film]
    • The Artist Engineer Manifesto [Film]
    • Clockwork Hearts Film
    • Ivory Tower Dream Tome [Poetry Film]
    • Live Mixes
    • Music
  • Twine Games
  • Blog
  • Contact me
Noir Vortex

Custom JS Dream reaper

$('#for').on('click', function (){
$( "img.make-it-fit" ).animate({
   right: "+=500px",
  }, 5000, function() {
    // Animation complete.
  });
});

/* Set the width of the side navigation to 250px and the left margin of the page content to 250px and add a black background color to body */
function openNav() {
    document.getElementById("mySidenav").style.width = "150px";
    document.getElementById("main").style.marginLeft = "150px";
    document.body.style.backgroundColor = "rgba(255,255,255,0.4)";
}

/* Set the width of the side navigation to 0 and the left margin of the page content to 0, and the background color of body to white */
function closeNav() {
    document.getElementById("mySidenav").style.width = "0";
    document.getElementById("main").style.marginLeft = "0";
    document.body.style.backgroundColor = "white";
}

Tags

art beta bootstrap brokengod confessional counter-culture cybernetics design dev digital art electronic electronica engineer ethics evil film game game design game development gameguru games jinni lol music narrative philosophy podcast poetry prose questions sci-fi science science fiction short story technology theory the tunnel thinking tutorial twine video vlog web design Web Dev writing

Follow me on Twitter

My Tweets

Blog Stats

  • 6,110 hits

Recent Posts

  • Funny Philosophy – What is Cyberpunk ?
  • Philosophical Pessimism doesn’t have to make you a miserabilist
  • Thoughts on ‘Cancel Culture’
©2021 Noir Vortex | Powered by SuperbThemes & WordPress