Y
Hacker News
new
|
ask
|
show
|
jobs
by
kachnuv_ocasek
3940 days ago
What's so HTML5 about this?
2 comments
pakastin
3940 days ago
<!DOCTYPE html> – that's about it :D
link
Mahn
3940 days ago
As far as I can tell, it uses 2d transforms, which are usually considered part of HTML5. The animation would probably be a bit jerkier and slower if done with absolute positioning instead.
link
pkstn
3940 days ago
Yeah, translates and transitions.. Both are CSS3
link