Jump to content
GreenSock

mimeartist

BusinessGreen
  • Posts

    126
  • Joined

  • Last visited

About mimeartist

  • Birthday 06/05/1975

Contact Methods

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

4,731 profile views

mimeartist's Achievements

  1. Ok, in this case I think it's better I not post any more pens as it's going to confuse things even more... they're all the same codepen which makes describing this even harder, so even though it's possibly not a gsap issue, it perhaps comes across as one because the embeds are acting strangely and giving false negatives. So.... 1. On this page we're on now, there are several (now 3 since your last post) embed code pens called Image Parallax (url ending /PoOpobM). 2a. The second of these code pens intermittently doesn't work in safari. 2b. On my daughters iMac the 2nd one doesn't seem to ever work with the mouse wheel scrolling. 2c. On my MacBook, it's intermittent with the trackpad scroll wheel (but more often that not it doesn't work) 3. When opening the codepen in a new window it works every time (only tested on my iMac)
  2. No... sorry... the two embed on this page are of the mountain parallax scroll demo, the first one works in the page but the second one doesn't. So I assumed they were different demos. However when I looked at the URL's they were the same. e.g I use the scroll wheel over the one at the top of this page, and it scrolls, but the second doesn't. The second embed (Posted Saturday at 01:12 AM) doesn't work but the first does. It obviously works when you click 'edit on codepen' and it opens in a new window.
  3. Just tried it again on my daughters iMac that has never been on this page, and it was working 'occasionally'... however it does work when you click and open it in it's own window?!? Sorry for possibly giving a false negative, but perhaps it's to do with the embed... one one occasion it worked when I clicked the 'rerun' button while embedded on the forum... they both work when opening in a new window. Update (as writing this) Was just about to post the two embeds to show the one that works and the one that doesn't when embedded and realised they're the same embedded URL... so it must be something weird going on with the embeds in the forum?
  4. This demo doesn't scroll on my Mac... also I'm a little confused about whether I've been using normalise or normalise Scroll... so will need to test my stuff again just to make sure I've not been testing without having it set etc... I think when normalizeScroll is correctly set the url bar in safari on an iPhone no longer shrinks, interestingly (From the documentation it previously stated this was not possible to stop from shrinking)
  5. The workaround doesn't work for me, but I've been doing lots of workarounds myself with parts of it, so I wouldn't take that as written. One of the issues I've resolved is by scrolling using gsap and scroll to, rather than the scroller, and that seems to iron out issues with the normaliseScroll I was having and I can still have the nice smoothness.
  6. Thanks for looking into this Jack and pleased it's not a GSAP issue, I wonder how many sites are broken by this, pretty scary big thing for them to break.
  7. Wondered why normalizeScroll wasn't working... was using the English spelling normaliseScroll... Fixes my issue for MacOS, however 'normalizeScroll' is now breaking my scrollTo with smoothscroll on iOS... It seems to not want to redraw the screen (I've a fixed image underneath the scroller, and it doesn't remove it?) Is there a simple way of normaliseScroll only run on mobile? James
  8. Thanks @Rodrigo, I tested on my daughters iMac before I updated the software on it, and it worked before the update, and not after, so something strange is happening.
  9. If anyone is using Safari 16 and the demo above scroll okay, please let me know that too... Thank you
  10. Is anyone else getting weird results on Safari with the new version 16.0.... I've been working on a site for the last couple of weeks and everything was fine, but today I've noticed when I scrolled on my build that it wasn't scrolling?!?! I can't share the code... however when I looked at this demo... it's working in Chrome but not Safari? Anyone else getting the same? https://codepen.io/GreenSock/pen/PoOpobM
  11. mimeartist

    Data-lag

    Hello, Is it possible to only have data-lag to work when scrolling down? eg when scrolling up it is normal? I really like the effect I'm getting when I scroll down as my text all cascades nicely into place, but in the opposite direction (scrolling back up the screen) content is obviously overlapping Thank you, James
  12. mimeartist

    NFTs

    I'd say Twitter is more your problem than NFTs
  13. mimeartist

    NFTs

    I've started created NFT artworks, mainly through procreate as it's nice to get away from coding ocassionally. https://www.hicetnunc.xyz/tz/tz1ZsNvZKUveN7FjRhMHTm9NiAUNAmrwdFKV However, they're now allowing HTML NFTs so I'm looking to create some interative pieces, just enquiring, does anyone here have any experience in creating them, and if I wasnt allowed to link to external libraries, as a business user am I allowed to include the code within my NFT? This is all very new, so I'm just enquiring before just going ahead and doing stuff.
  14. Thank you both, I have quite a few items on screen, so figured saving a few milliseconds on each might make things even smoother... it's smooth on my 5 year old iMac so not to bothered... but it's nice to get it as trim as possbile before launch rather than after So just to confirm - it's fine to use the id then class, and right to left is unlikely to make much differnce?
×