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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T05:59:40+00:00 2026-05-19T05:59:40+00:00

Using CSS3s -webkit-transform: translate3d(x,y,z); is it possible to trace the (x,y,z) movement as it

  • 0

Using CSS3s -webkit-transform: translate3d(x,y,z); is it possible to trace the (x,y,z) movement as it moves with javascript?

Example:
An object begins at (0,0,0) and we translate it to (4,4,0) over a 4sec duration.

Theoretically, at the first sec the element should be placed at (1,1,0), while at the second sec the element should be at (2,2,0), etc.. Is there a way for Javascript to track the object?

Retrieving the css property of translate3d(x,y,z) will just return the final translation coordinates. Which is to be expected as that what it is set to.

  • 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-19T05:59:42+00:00Added an answer on May 19, 2026 at 5:59 am

    If you are moving the element through CSS transitions then no, there is no way to tack the element. There are eventlisteners for transitionstart and transitionend only.

    If you are animating through javascript then yes, you can trace x,y,z through:

    node = document.getElementById("yourid");
    
    //your animation loop
      console.log(window.getComputedStyle(node).webkitTransform); //this will return a string
      var curTransform = new WebKitCSSMatrix(window.getComputedStyle(node).webkitTransform);
      console.log(curTransfrom); //this will return an object
    //end animation loop
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How would I select all but the last child using CSS3 selectors? For example,
I am using JavaScript to dynamically add an element to the DOM. I want
I am using CSS3 transitions on my site and the -webkit- seems to be
CSS3 using Webkit in Safari; I have a button that, when clicked, causes a
I'm trying to understand the simplest background transition possible using only HTML5 and CSS3
I've been using CSS3 transform to rotate images and textboxes with borders in my
When using a css3 transform:rotate() in div that contains elements with global positions. <html>
I'm using the W3C CSS Validator with the Profile CSS3 but the validator says
Using online interfaces to a version control system is a nice way to have
Using PyObjC , you can use Python to write Cocoa applications for OS X.

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.