Skip to content

Commit ebb8a14

Browse files
committed
Merge pull request animate-css#40 from jeremyricketts/master
Address Chrome text rendering issue
2 parents 64b2505 + 9423240 commit ebb8a14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

animate.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ The above copyright notice and this permission notice shall be included in all c
1111
1212
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.
1313
*/
14-
14+
body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
15+
-webkit-backface-visibility: hidden;
16+
}
1517
.animated {
1618
-webkit-animation-duration: 1s;
1719
-moz-animation-duration: 1s;

0 commit comments

Comments
 (0)