Jump to content
Search Community

Jeezihavenfi

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Jeezihavenfi's Achievements

0

Reputation

  1. Hey gang, It looks like some specs were a lot smaller than initially expected, and I need to add polite loading to my banner. I understand that I need to wait for the page to load before loading the images in this banner - but I'm struggling to utlise the code below to load background images: https://greensock.com/forums/topic/12356-gsap-polite-load-banner/?do=findComment&comment=51296 Any help would be awesome. Thanks all.
  2. Hello friends! First post - and hoping you can help me out. I've been playing with this for a while, but my JS skills are shithouse. I'd like to add the following function into my TweenMax timeline, but am not sure how to structure it to do so. Any help would be awesome: $( function() { $( "#frame_01" ).mgGlitch({ destroy : false, // set 'true' to stop the plugin glitch: true, // set 'false' to stop glitching scale: true, // set 'false' to stop scaling blend : true, // set 'false' to stop glitch blending blendModeType : 'hue', // select blend mode type glitch1TimeMin : 2, // set min time for glitch 1 elem glitch1TimeMax : 10, // set max time for glitch 1 elem glitch2TimeMin : 1, // set min time for glitch 2 elem glitch2TimeMax : 20, // set max time for glitch 2 elem zIndexStart : 8, // because of absolute position, set z-index base value }); });
×
×
  • Create New...