-
Notifications
You must be signed in to change notification settings - Fork 36
Conversation
Make BoxItem use css transforms
Merge lib/util.js with jarno's changes
This reverts commit a609953.
…translate and fixed currentTime translate
Sorry for the mistake... |
@yotamberk haha no problem! I was happy to see it merged for a second because :P i thought you had fixed the glitching issue. At least we have a fresh start in this PR ;) |
I've been playing around with NOTICE: changing the Please continue to inspect the issue too so we can solve this and merge this GREAT pr! |
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.
I've finally managed to figure out what's causing the glichiness!!!
Fix these comments and we can merge the changes!
props.borderRootHeight= dom.root.offsetHeight - dom.root.clientHeight; | ||
props.borderRootWidth = dom.root.offsetWidth - dom.root.clientWidth; | ||
props.borderRootHeight = rootOffsetHeight - rootClientHeight; | ||
props.borderRootWidth = rootOffsetWidth - dom.root.clientWidth; |
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.
Why is dom.root.clientWidth
not set at the beginning as-well?
Really awesome work! some of the best work done in this project in a long time! |
Great performance improvements