Jump to content
Search Community

Julius Friedman

Members
  • Posts

    32
  • Joined

  • Last visited

Recent Profile Visitors

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

Julius Friedman's Achievements

14

Reputation

  1. https://www.urbandictionary.com/define.php?term=smoov
  2. Right on, I will get you that ASAP but your welcome to deconstruct the pen and I apologize for my expanded style in this regard. Glad we are on the same page!
  3. FYI, this is the pen which has an issue my other pen was working long ago... I only posted it to prove the optimization considering 1000 or more points... And provide an example for the other user(s). https://codepen.io/juliusfriedman/pen/BXgaqO
  4. Yea but one snap should only ever be called per movement right? If I snap I should never call the snap function again? right? I should just be able to rotate the FOV except for the most extreme cases but we are digressing... What custom code is in the snapFunction pen?
  5. The CS is not open source YET, that is something I am cooking up maybe... It shouldn't be in the pen and if you see it let me know but I just checked and I didn't see it... Perhaps cached somehow... Not sure... If the snapFunction runs more than one time there is something wrong no?.... regardless of x or y or xyz, a snap to a single axis across any dimension would technically be acceptable if you need two snaps you should have two separate functions or the function should call that snap function with the information for the axis... I am going on another tangent... :p Let me know what I can do to better assist you with this issue. As you can see in the pen with the snap function I can get to index 3 by my setValue but can you ever drag the handle and get to all index's for both input and change? If so just modify / fork the pen and my apologies. Regards...
  6. Right on, Didn't mean to intrude, just saw your example / demo and thought I could point a few things out so I hoped that helped. Upon noticing an issue in my other example I revised this and wanted to see if it was having an issue I was having and that's how I noticed the edgeResistance, I don't use the edgeResistance either right now so I just wanted to point that out. Indeed it's weird that it happens on this computer which is well equipped yet not with a laptop which is meager in comparison. Yes, the difference is the OS IMHO but the environment is just running GSAP right? It should work in all environments right? I definitely understand your points on the timing issue and I certainly agree there seems to be some funky logic there; especially on my system and the most we can do is document that and try to reliably replicate it so that GSAP can be a better product. My bad if stepped on any toes and what not, just trying to get the bottom of things. Good luck and let me know if theres anything I can do to help!
  7. Just about anything can be done if you put enough time and effort forth... It's called masking or clip-path and you can see a nice little video about it here: Regards
  8. Not sure what you mean, I was editing my post and I got a call and then something else happened I didn't mean to HiJack, I just updated the pen with that users issue. Please take a look at that because I feel it's related and if not in this pen: https://codepen.io/juliusfriedman/pen/NQOaLx On my windows 7 machine there is definitely an issue, onPress is fired and so is onInit but not onClick. And I do apologize for all the editing and confusion, I have a lot going on right now. I am going to take a break again... maybe until tommorow. Hopefully that will give you guys some time to look into this further.
  9. Looking at this just because I am pretty sure the math in my example is correct... https://codepen.io/juliusfriedman/pen/NQOaLx I did some debugging and it seems that only onPressInit and onPress are ever fired again but for some reason there are no listeners attached to the object. a.listeners is empty {} in the minified code. I modified the example to just log on press and click, please see the pen. Verify this put opening up chrome and putting a break point on the `ka = `function which is basically the function which is raising the events. You will verify there that the callback is never executed by stepping the code. After you guys look into this please take a look at my little dragger example and let me know if that's related to this same issue or not. Thank you.
  10. Well the issue started out the same way, all I did was adjust the code to only use the GSAP Draggable and this is what I found... Honestly no, I hadn't; but I just did and the same thing happens. If you would like a screen capture I can provide one. This has nothing to do with my PC as I have another and I just tried the same thing there to make sure I am not going crazy... It's a HP laptop and on that machine it DOES NOT happen. It seems to be resolution / DPI related possibly and the hitTest combined with the edgeResistiance as I previously stated where the loop goes through the client values to offset them for the values in the event. Let me know what I can do to help you guys find the root cause as I am quite sure this has nothing to do with my machine configuration / settings and I would love to be proved wrong. It's also interesting to me because I am also having some positioning issues but when using snaps... Probably not related but who knows. Btw, not to hijack, but if your curious of the issue I was having you can check out https://codepen.io/juliusfriedman/pen/BXgaqO
  11. Yes, in this pen I see the exact same issue as I captured in screen shot. Let me know if you need me to setup a Hangout or something so you can see first hand. The exact URL is https://codepen.io/juliusfriedman/pen/NQOaLx
  12. Obviously you guys have never used ScreenToGif... This has nothing to do with my machine or extensions... I was just trying to show you guys the issue... Here is another screen capture... (slightly too large so I have to link to it) https://giphy.com/gifs/dyingERq65yvQn4Xoc/fullscreen You will see there I reload multiple times and do the same thing quite easily. If i just change the edgeResistance then the problem goes away....
  13. I doubt it as I don't run any extensions and I was just recording the screen with Screen2Gif which shows the clicks for demonstration purposes...
  14. It doesn't it's for demonstration purposes. ScreenToGif does that via an option you can configure.
  15. https://codepen.io/juliusfriedman/pen/NQOaLx I am using Google Chome, 76.0.3809.100 (Official Build) (64-bit) Go that that pen and drag the blue outlined box outside of the rectangle and let go when it's position is outside of the box. It will then snap back to inside the the other box. You can still drag and drop but you won't fire any more press or click events. If you guys need a screen cast I have attached.
×
×
  • Create New...