Skip to content

Commit

Permalink
Remove body's 3D transform. Resolves animate-css#26. We need to find …
Browse files Browse the repository at this point in the history
…another method of turning on 3D acceleration.
  • Loading branch information
daneden committed May 2, 2012
1 parent e5f41a9 commit f91ff86
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions animate.css
Expand Up @@ -11,10 +11,6 @@ The above copyright notice and this permission notice shall be included in all c
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

body {
-webkit-transform: translate3d(0,0,0);
}

.animated {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
Expand Down

0 comments on commit f91ff86

Please sign in to comment.