Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for aya2222
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #283824 |
Post edited: |
— | about 3 years ago |
Edit | Post #283824 | Initial revision | — | about 3 years ago |
Question | — |
setting of translateX for carousel image slider I made carousel image slider by following tutorials. To slide images , I made the below function. ``` const moveToSlide = (track, currentSlide, targetSlide) => { track.style.transform = 'translateX(-' + targetSlide.style.left + ')'; currentSlide.classList.remove("current-slide"); targetSl... (more) |
— | about 3 years ago |