Jump to content
Search Community

funkybudda

Premium
  • Posts

    21
  • Joined

  • Last visited

About funkybudda

Profile Information

  • Location
    NYC

Recent Profile Visitors

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

funkybudda's Achievements

  • Dedicated Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

12

Reputation

  1. I am super excited about this plugin, cant wait.
  2. hi all, I learned a lot from all the replies, thanks for that. I do have a question for people that are familiar from the creative / design side, are people still provide creative files via PSD format? What about Adobe XD? It seems XD able to use multiple different canvas size is an ideal way to include all the diff design banner template sizes in one format.
  3. agree with you 100%, given the immense popularity of reactjs, it would be very helpful. Btw, have you check out this post: http://greensock.com/forums/topic/13970-wrote-an-article-that-demos-how-to-use-gsap-with-react/
  4. hi, thanks for the article, as someone deciding to stick with Angular (waiting on angular 2) or moving to react, this article definitely helps me in the decision. I hope you will write more article on this topic.
  5. I highly recommend scrollmagic.js (which works very well with GSAP) for the effect you need: https://ihatetomatoes.net/simple-scrollmagic-tutorial/ http://scrollmagic.io/examples/index.html
  6. I was playing around with this old effect from my Flash days, maybe this could help you get started: http://codepen.io/funkybudda/pen/oXqwGm
  7. hi, the codepen link no longer works, would you be kind to post it again?
  8. I made the same transition recently, from Webstorm to Sublime 3. Perhaps it's because my work Macbook is quite old, but Webstorm was sucking a lot of resources and the fan constantly stays on. Webstorm requires purchase (but 30 day free trial), but sublime is free (you get the occasional prompt to purchase). I'd say try both for few weeks and see what you prefer and how your computer react to each
  9. hi Carl, is the ebook any different than the printed version? At my job we have few members that have purchased the print version of the book and would love to be able to get the e-book version. If it's a new version, how much content has changed?
  10. hi, I had to look into some falling leaf animation a while back, here are two codpen that might be helpful to you: http://codepen.io/funkybudda/pen/oXXWYx http://codepen.io/funkybudda/pen/mJpeKR
  11. hello all, the original codenpen I used for my demo is here: http://codepen.io/funkybudda/pen/OVZJEV As you can see, this is a responsive 3D menu, when you click on any specific parent box (1-16), the inner child (detail content) will scale up to fit the viewport area correct. For my need, I have to have the 3D menu set up in a container that's centered within the viewport, so I modified with the codepen below: http://codepen.io/funkybudda/pen/rVdXKb The transition of clicking on any of the parent boxes still works, but the inner child (detail content) position are offset incorrectly. I have change some of the viewport size detection to reference the new container (#outerContainer), but I still cant figure out the offset issue with the child animation. Any help from 3D experts using GSAP will be greatly appreciated. PS: Would it be easier to use the parent boxes to snap into the container size area, instead of using the child content? How would one go about the calculate the correct camera/pan value to move the parent object into correct position?
  12. you're the man, that solved it. Thanks!
  13. hello all, I came across this thread when searching through the forum on 3D perspective rotation, and the codepen examples in here were good starting point for what I need. I have forked a codepen here: http://codepen.io/funkybudda/pen/mJxZGb The issue I am trying to address is when a specific "wrap" div is hovered and the 3D rotation starts, I cant seem to address the z-index of the div, and the animation is "clipped" on the adjacent divs. What I did to get the z-index to change is this line: // set z-index to be higher than other TweenMax.set($this, {zIndex:50}); Please see the codepen for the demo. Any help will be greatly appreciated.
  14. hi, is it the same book as the printed version? If yes, how can those people that previously purchased the book have access to the ebook version?
×
×
  • Create New...