# Implementing Overslide interaction in Jetpack Compose

DevFeed: [Implementing Overslide interaction in Jetpack Compose](<https://devfeed.tech/articles/implementing-overslide-interaction-in-jetpack-compose-25787.md>)

Original publisher: [Read original article](<https://www.sinasamaki.com/implementing-overslide-slider-interaction-in-jetpack-compose/>)

Author: sinasamaki

Published: 2024-10-17T02:50:00Z

Content type: tutorial

Language: en

Sources: [sinasamaki](<https://devfeed.tech/sources/sinasamaki.md>)

Topics: [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [Compose](<https://devfeed.tech/topics/compose.md>)

Tags: [animation](<https://devfeed.tech/tags/animation.md>), [article](<https://devfeed.tech/tags/article.md>), [compose](<https://devfeed.tech/tags/compose.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>)

## AI overview

A tutorial on implementing an overslide interaction for sliders in Jetpack Compose. It explains how to intercept touch and horizontal drag events, track the slider's overslide amount, and animate that amount smoothly.

## Source excerpt

How to add a stretchy animation on a slider