Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix3d #136

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
342a574
New Google Closure Repo URL
May 14, 2014
a0600ad
Removed CSSTransitions From LimeJS
May 14, 2014
363dd29
removed setPrescision
May 14, 2014
663c7a1
removed set3dtransform
May 14, 2014
e0e4ebe
fix for non-uniform scales and rotations
May 14, 2014
a7bcd29
Merge branch 'master' into matrix3d
May 15, 2014
0327992
Merge remote-tracking branch 'upstream/master'
May 15, 2014
51e1f2f
missed an instance where transforms were multiplied in the wrong order.
May 15, 2014
1f3bc22
merged default into matrix3d branch
May 15, 2014
2c6c8aa
matrix3d working
May 16, 2014
1e3783a
backface visibility turned on. This has shown a 2x perf increase on …
May 16, 2014
c0d9dad
backface visibility turned on. This has shown a 2x perf increase on …
May 16, 2014
6829884
removed lime.style.Transform as it is not needed anymore
May 16, 2014
658aa58
Merge branch 'matrix3d' of https://github.com/stringa/limejs into mat…
May 16, 2014
f2a267a
removed containerElement
May 21, 2014
d51ddfb
trig tables for sine and cosine
Jun 1, 2014
09b5441
don't updated the actual 'Mask' element as it is not used by the rend…
Jun 1, 2014
6484b7f
reverted anim1 test changes
Jun 1, 2014
77aebca
reverted extra logging
Jun 1, 2014
489a22a
removed double inc. accidently committed.
Jun 2, 2014
ede8c00
removed old function
Jun 2, 2014
edf72d5
SetPrecision after calculating the mask position. These numbers can …
Jun 5, 2014
233cc2e
match the behavior of Math.cos(undefined) and Math.sin(undefined)
Jun 5, 2014
d97424d
Main fix for borders/strokes - Strokes affect the child.
Jun 13, 2014
6fe4962
Modified stroke2 test to include a rounded rect.
Jun 13, 2014
449a256
Pregenerate the Trig Tables, use them at runtime
Jun 13, 2014
3f09927
added comment about why i use toFixed
Jun 13, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
backface visibility turned on. This has shown a 2x perf increase on A…
…ndroid.
Stringer.Sean authored and Stringer.Sean committed May 16, 2014
commit c0d9dadc45b05d61b9d988dd2cd2cef54846e033
2 changes: 2 additions & 0 deletions lime/css/lime.css.soy
Original file line number Diff line number Diff line change
@@ -12,6 +12,8 @@
-o-transform-origin: 0 0;
image-rendering: optimizeSpeed;
overflow: hidden;
-webkit-backface-visibility:hidden; /* Chrome, Safari, Opera */
backface-visibility:hidden;
{rb}

.{css lime-director} div,
2 changes: 1 addition & 1 deletion lime/css/lime.css.soy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.