From f91ff869ded384a5dbcba72c50d2e2b333fac89f Mon Sep 17 00:00:00 2001 From: Dan Eden Date: Wed, 2 May 2012 07:35:44 +0200 Subject: [PATCH] Remove body's 3D transform. Resolves #26. We need to find another method of turning on 3D acceleration. --- animate.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/animate.css b/animate.css index 6298c32..7b5d356 100644 --- a/animate.css +++ b/animate.css @@ -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;