Jump to content
Search Community

madelyncruz

Members
  • Posts

    5
  • Joined

  • Last visited

madelyncruz's Achievements

1

Reputation

  1. I thought the "swipe" event is part of the jQuery as it logs a message when swiping using jQuery plugin except to the ones that are just animated using gsap. The draggable is what I'm looking for. Thank you so much for your help OSUblake
  2. Yes. I just need to call the functions needed as soon as I figure out the swipe directions. Thank you so much for your assistance.
  3. I've recently implemented "Fullscreen slides with TweenLite, CSSPlugin and ScrollToPlugin" It is working well except to mobile devices. I would like to add swipe up and down listener and debug it using my mobile device , but there is no log. Please help on how to make this work on mobile devices. Thank you. http://codepen.io/bassta/pen/kDvmC $('target').on('swipe', function(event){ console.log(event); });
  4. Hi Tahir Ahmed, This is exactly what I'm looking for. Thank you so much for your response and helping me out to achieve what I need. I'm now looking at the position parameter. Thank you again
  5. I would like to start the animation of the next element before the previous element complete, but I don't know on how to. I've set a delay to -1, but nothing happens. Please help. Thank you.
×
×
  • Create New...