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 7711643
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T01:25:39+00:00 2026-06-01T01:25:39+00:00

var Y = 0.2; // Motion step var X = 0.6; (function go(){ $(‘#m’).animate({

  • 0
var Y = 0.2; // Motion step
var X = 0.6;

(function go(){

  $('#m').animate({
    left: '+='+(X) ,
    top:  '+='+(Y)     
  }, 30, 'linear', go);

}());

Move an element diagonally but not under 45° (Y=1, X=1), rather by steps of a floated number.
Mozilla plays well, but all other browser won’t move an element by a decimal px value.

What approach would you use?

  • 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-06-01T01:25:41+00:00Added an answer on June 1, 2026 at 1:25 am

    Instead of trying to do it through recursion, why not set the left and top values as integers and do it in one animate() call. This way you don’t have to deal with floating point numbers and it should still animate diagonally.

    var Y = 20; // cannot be >1
    var X = 60; // cannot be >1
    
        function go(){
    
          $('#m').animate({
            left: '+='+(X) ,
            top:  '+='+(Y)     
          }, 300, 'linear');
    
        }
        go();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

var thumbs = document.getElementsByTagName(img); for (var i=0; i<thumbs.length; i++) { Core.addEventListener(thumbs[i], click, function() {alert(i);});
var UI$Contract$ddlForm_change = function() { //'this' is currently the drop down that fires the
var UsersMenu = function(){ this.returnUsers = []; this.retrieve = function(posts){ var temp = [];
var plugin = { Init: function() { this.UpdateUI(); if (this.Status() == 1) { ...
var MyObj = function(h,w){ this.height = h; this.width = w; } I would like
var A = { method1 : function(){ // do some thing }, method2 :
i'm using a glutTimerFunc(...) to achieve motion of robot arm, my problem is left
var y = new w(); var x = y.z; y.z= function() { doOneThing(); x();
I am trying to animate a hexagon spinning like a wheel indefinitely: function rotateCW(e:TweenEvent
Using Javascript I'm crudely simulating Brownian motion of particles, but for some reason I

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.