-
Notifications
You must be signed in to change notification settings - Fork 36
replaced top, left right bounding rects to single function #160
Conversation
Make BoxItem use css transforms
Merge lib/util.js with jarno's changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work overall!
Is there a comparison you can show with a timeline of the devtools?
It would be great if these changes can be proven to be beneficial with some kind of pictures of timings of renders and such.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! Really!! Please make these last changes and I'll accept it in.
Let's look at fastdom
in another PR.
@yotamberk, added translate support for RTL and reversed textContent to innerHTML! |
…translate and fixed currentTime translate
@yotamberk, Also replaced the tooltip because this.dom.content.style.left/right cannot be used anymore because of transforms :) |
Awesome! I will go over all the examples to check that they are working fine and report back to you by the end of the week. Thank you again! |
Hi @jarnovanrhijn ,
It might have been that some of the issues mentioned above repeat themselves or are irrelevant to your changes but there are some that are definitely are related directly with your changes and I'd like you to fix them before I can accept this amazing and highly appreciated PR!! |
Points 1, (4 see below), 5 and 8 have been resolved. points 2, 3, 6 and 7 are yet to be resolved. |
@yotamberk & fixed 6 and 7 as well. I've been looking at point 2 & 3. i've noticed that it only occurs with |
@yotamberk Fixed number 2! Number 3 is a bit strange becuase it is not happening all the time.. think it has something to do with timing.. not sure.. Could use some help identifying the problem. |
Awesome. I'll take a look at 3. Great work! |
F*** accidentally merged it to master... |
No description provided.