From f69eca9abede90c338abc3881c44cf9e20963f52 Mon Sep 17 00:00:00 2001 From: Dan Eden Date: Mon, 31 Oct 2011 16:18:35 +0000 Subject: [PATCH] Removed iOS optimisation. Caused layout problems, iOS5+ devices will use hardware acceleration by default anyway. --- animate.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/animate.css b/animate.css index 8c930e2..cb6d467 100644 --- a/animate.css +++ b/animate.css @@ -11,8 +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: translateZ(0); } /* iOS optimization */ - .animated { -webkit-animation: 1s ease; -moz-animation: 1s ease;