Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7177407
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T16:42:27+00:00 2026-05-28T16:42:27+00:00

I would like to move my draggable a certain ratio according to how far

  • 0

I would like to move my draggable a certain ratio according to how far the mouse has moved.

For example, if the scale is 1:2 and the mouse is moved 10px to the right then the draggable would move 20px.

I have my draggable set up to scroll horizontally within a DIV and snapping to a grid.

Is this maybe in the docs and somehow I missed it? How can I achieve this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T16:42:28+00:00Added an answer on May 28, 2026 at 4:42 pm

    There’s no off-the-shelf option for this. You’d need to bind to the drag event and do something smart with it, like update the elements position based on the mouse’s original position and current position.

    However, it’s not all that difficult to do. Here’s a simple sample and a jsfiddle:

    $("#draggable").draggable({
        drag: function(event, ui) {
            ui.position.top = (ui.position.top - ui.originalPosition.top) / 2;
            ui.position.left = (ui.position.left - ui.originalPosition.left) / 2;
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to move the circle by clicking the buttons. For Example; There
I would like to move one DIV element inside another. For example, I want
I would like to move a DOM element once the right arrow key is
I have a b2Body which I would like to move at a certain target
Thus far i have only used glDrawArrays and would like to move over to
I would like to move a file or folder from one place to another
I would like to move data back and fourth between clojure applications. Application settings
I would like to move some files around in Visual Studio. But I see
I would like to move an imageView contained on a cell and it works
Our team would like to move from the Visual SourceSafe (VSS) to the Team

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.