Jump to content
Search Community

akrdesign

Members
  • Posts

    25
  • Joined

  • Last visited

Recent Profile Visitors

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

akrdesign's Achievements

  1. Also using this.https://codepen.io/GreenSock/pen/XWOeLEb
  2. @tempest054 You can start here.https://codepen.io/akrdesign/pen/dyLJRWL
  3. @Suyash Surve Can you also share the scene.gltf file as the path location ('/model/mapleTree/scene.gltf') does not exist in the codepen demo? so that I can check from my end. Thanks!
  4. Or I guess you don't need these two lines of code. import { ScrollTrigger } from "gsap/ScrollTrigger"; gsap.registerPlugin(ScrollTrigger)
  5. @Suyash Surve Hey brother!! Basically here you have to write scrollTrigger (s is small) and not ScrollTrigger. tl.to(camera.position, { x: -5, z: -5, ease: "power1.inOut", scrollTrigger: { trigger: ".section-two", scrub: 1, markers: true, start: "top bottom", end: "top top", }, });
  6. I have created this 3D carousel, currently it is working based on click event but I want to get this functionality based on scroll event. I set the height of the container is 100vh that's why scroll event is not calling anyone please help me with this.
  7. @Rodrigo When I am dragging the slider it is not working smoothly. What could be the mistake? I am looking something like this https://codepen.io/GreenSock/pen/RwKwLWK
  8. I am trying to create Draggable slider in react.js. You can see my code here https://stackblitz.com/edit/react-7ogfwx?file=src%2FApp.jshttps://codesandbox.io/p/sandbox/gallant-fog-dfjsq9?file=%2Fsrc%2FPicker.js%3A72%2C1
  9. @Cassie Thanks for your response now can you please help me with this https://stackblitz.com/edit/react-7ogfwx?file=src%2FApp.js
  10. Thanks for your response, the error that was coming earlier has been fixed. This is my first time using the Draggable plugin. I think I'm doing it right but my slider is not working. https://codesandbox.io/p/sandbox/gallant-fog-dfjsq9?file=%2Fsrc%2FPicker.js
  11. I am trying to create Draggable slider in react.js but I am getting an error in Draggable.create. You can see my code here https://codesandbox.io/p/sandbox/gallant-fog-dfjsq9?file=%2Fsrc%2FPicker.js%3A72%2C1 Thanks in Advance
×
×
  • Create New...