Remove body's 3D transform. Resolves #26. We need to find another method of turning on 3D acceleration.

This commit is contained in:
Dan Eden 2012-05-02 07:35:44 +02:00
parent e5f41a9b89
commit f91ff869de
1 changed files with 0 additions and 4 deletions

4
animate.css vendored
View File

@ -11,10 +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: translate3d(0,0,0);
}
.animated {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;