Jump to content
Search Community

Marco Marinelli

Members
  • Posts

    4
  • Joined

  • Last visited

Marco Marinelli's Achievements

2

Reputation

  1. Great! Works like a charm the final js section is as follows: <script src="js/jquery.min.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="js/TweenMax.min.js"></script> <script src="js/DrawSVGPlugin.js"></script> <script src="js/jquery.ui.touch-punch.min.js"></script> <script src="js/index.js"></script>
  2. Hi, the slider does not run properly on iPad. I'd like to touch the slider as I do with the mouse but on iPad (I assume on Android tablets too) does not run. Any idea how to fix this issue? Thanks, K.
  3. Thank you, don't know why, maybe there was a cache problem anyway I put this code: <script src="js/jquery.min.js"></script> <script src="js/TweenMax.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="js/SplitText.js"></script> <script src="js/jquery.ui.touch-punch.js"></script> <script src="js/index.js"></script> To remove the CDN links and it works fine. Thanks again, K.
  4. Hi I'd like to download and edit the file on my PC this codepen example. I have a ShockinglyGreen account so my idea was to export from codepen as a zip, open the file and change with the GSAP files required that are TwinMax.min.js and SplitText.min.js. But I'm loosing the TimeScale slider. What are the steps I have to follow to play around the codepen examples on my pc? Thanks, K.
×
×
  • Create New...