Skip to content

Commit f69eca9

Browse files
committed
Removed iOS optimisation. Caused layout problems, iOS5+ devices will use hardware acceleration by default anyway.
1 parent 791c7db commit f69eca9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

animate.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ The above copyright notice and this permission notice shall be included in all c
1111
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.
1212
*/
1313

14-
body { -webkit-transform: translateZ(0); } /* iOS optimization */
15-
1614
.animated {
1715
-webkit-animation: 1s ease;
1816
-moz-animation: 1s ease;

0 commit comments

Comments
 (0)