Saturday, 7 September 2013

Skrollr.js and DOCTYPE compatibility

Skrollr.js and DOCTYPE compatibility

Why skrollr.js can't animate background-position (in Chrome and Firefox)
if my document has:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
And can if the document has:
<!DOCTYPE html>
?

No comments:

Post a Comment