Share Posted July 5, 2018 Hi it's been such a long time since I've played with gsap. Hope everyone has been doing fine :) Would someone please shed a light. I would love the fact that my triangles are spread across the screen on page load. For some reasons, the positions are all identical. I current have tried to regenerate the random value in a for loop, I console.log different values. Still, all paths go to the same position. I'd love them to be spread around. Thank you for your expert advice. See the Pen PavNqq by vi54 (@vi54) on CodePen Link to comment Share on other sites More sharing options...
Share Posted July 5, 2018 Hi @tomKnox That is the expected behavior with all the staggers going to the same location. You could add a .to() tween to the loop and target paths[0], paths[1] etc..., but I think this is good case for function based values. See the Pen GGbpRj by PointC (@PointC) on CodePen More info: https://greensock.com/function-based Happy tweening. 5 Link to comment Share on other sites More sharing options...
Author Share Posted July 5, 2018 Hi PointC. Thanks for clearing that out. I am positive I won't forget this. Very much appreciated! 3 Link to comment Share on other sites More sharing options...
Author Share Posted July 5, 2018 hmm, when the svg is part of a child in rows/columns the path doesn't seem to get recognised. In previous tests I had an svg manually placed in the body of the html and that works perfectly. Would you mind if I privately send you the link, as this is a disclosed project. I understand any answer and will obviously look for a solution myself. Link to comment Share on other sites More sharing options...
Share Posted July 5, 2018 You can send me the link via PM and I'll take a quick peek at it. 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now