From 9423240c924b14423bcb4d7536f21089345f3c6d Mon Sep 17 00:00:00 2001 From: Jeremy Ricketts Date: Sat, 21 Jul 2012 10:01:08 -0700 Subject: [PATCH] Closes #39. Note this does NOT include a replacement for animate.min.css. I was not sure which minifier you use and didn't want to mess it up. --- animate.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/animate.css b/animate.css index d37b120..42d47cb 100644 --- a/animate.css +++ b/animate.css @@ -11,7 +11,9 @@ 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 { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */ + -webkit-backface-visibility: hidden; +} .animated { -webkit-animation-duration: 1s; -moz-animation-duration: 1s;