Skip to content

Commit

Permalink
3D transformations are removed from the list of loaded transitions wh…
Browse files Browse the repository at this point in the history
…en the browser does not support 3D
  • Loading branch information
Joe Lambert committed Jun 7, 2011
1 parent e100c37 commit 88e8ba5
Show file tree
Hide file tree
Showing 9 changed files with 131 additions and 85 deletions.
2 changes: 1 addition & 1 deletion build/build.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<build> <build>
<version>1.3beta</version> <version>1.3a</version>
<outputname>flux</outputname> <outputname>flux</outputname>
<docroot>../js/</docroot> <docroot>../js/</docroot>
<files> <files>
Expand Down
2 changes: 2 additions & 0 deletions change.log
Expand Up @@ -14,6 +14,8 @@ Improved performance by using Document Fragments to reduce DOM reflows.


Added support for Modernizr feature detection with a fallback to custom detection code. Added support for Modernizr feature detection with a fallback to custom detection code.


3D transformations are removed from the list of loaded transitions when the browser does not support 3D

1.2.1 (2011/05/17) 1.2.1 (2011/05/17)
------------------ ------------------
Fixed a z-index issue with 'bars3d' under Chrome. This also reduced flicker during rendering on iOS. Fixed a z-index issue with 'bars3d' under Chrome. This also reduced flicker during rendering on iOS.
Expand Down
30 changes: 15 additions & 15 deletions compass/src/demo.scss
Expand Up @@ -101,21 +101,21 @@ body
} }
} }
} }
}
footer }
{
width: 100%; footer
text-align: center; {
font-size: 0.7em; width: 100%;
//text-shadow: 0 1px 0px rgba(#000, 0.5); text-align: center;
margin-top: 4em; font-size: 0.7em;
color: #666; //text-shadow: 0 1px 0px rgba(#000, 0.5);
margin-top: 4em;
p color: #666;
{
margin-bottom: 2em; p
} {
} margin-bottom: 2em;
} }
} }


Expand Down
15 changes: 15 additions & 0 deletions compass/src/style.scss
Expand Up @@ -85,4 +85,19 @@ section#details
background: rgba(#FFF, 0.3); background: rgba(#FFF, 0.3);
} }
} }
}

footer
{
div#carbonads-container
{
div.carbonad
{
background: #353535;
margin: 6em auto 3em;
border: 1px solid rgba(#FFF, 0.1);
@include border-radius(3px);
text-align: left;
}
}
} }
2 changes: 1 addition & 1 deletion css/demo.css

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

0 comments on commit 88e8ba5

Please sign in to comment.