Skip to content

Commit

Permalink
Removed iOS optimisation. Caused layout problems, iOS5+ devices will …
Browse files Browse the repository at this point in the history
…use hardware acceleration by default anyway.
  • Loading branch information
daneden committed Oct 31, 2011
1 parent 791c7db commit f69eca9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions animate.css
Expand Up @@ -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;
Expand Down

0 comments on commit f69eca9

Please sign in to comment.