Skip to content

Commit

Permalink
feat: update famous-angular.css to support changes in Famo.us core
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbrown committed Aug 11, 2014
1 parent 54af93f commit 864bd8b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 24 deletions.
25 changes: 14 additions & 11 deletions dist/famous-angular.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ fa-app, .fa-app {
position: relative;
}

.famous-container-surface, .famous-group {
overflow: visible;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: visible;
backface-visibility: visible;
pointer-events: none;
height: 100%;
width: 100%;
}

.famous-angular-clipping-container {
overflow: hidden;
width: 100%;
Expand All @@ -48,6 +37,20 @@ fa-app, .fa-app {
width: 100%;
}

.famous-container, .famous-group {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
overflow: visible;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: visible;
backface-visibility: visible;
pointer-events: none;
}

.famous-group {
width: 0px;
height: 0px;
Expand Down
2 changes: 1 addition & 1 deletion dist/famous-angular.min.css

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

2 changes: 1 addition & 1 deletion famous-angular-examples
25 changes: 14 additions & 11 deletions src/styles/famous-angular.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@ fa-app, .fa-app {
position: relative;
}

.famous-container-surface, .famous-group {
overflow: visible;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: visible;
backface-visibility: visible;
pointer-events: none;
height: 100%;
width: 100%;
}

.famous-angular-clipping-container {
overflow: hidden;
width: 100%;
Expand All @@ -42,6 +31,20 @@ fa-app, .fa-app {
width: 100%;
}

.famous-container, .famous-group {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
overflow: visible;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: visible;
backface-visibility: visible;
pointer-events: none;
}

.famous-group {
width: 0px;
height: 0px;
Expand Down

0 comments on commit 864bd8b

Please sign in to comment.