I loaded this page in Safari, tried scrolling it, and then Safari did the 'This page was reloaded' thing. Then my iPhone 6 Plus spontaneously rebooted. The crash is repeatable, too.
Worked fine on my iPhone 6 not plus.
Apparently transparent – CSS3D HTML5 Experiment
21–30 of 61 posts
Re: Apparently transparent – CSS3D HTML5 Experiment
#22Re: Apparently transparent – CSS3D HTML5 Experiment
#23Re: Apparently transparent – CSS3D HTML5 Experiment
#24I loaded this page in Safari, tried scrolling it, and then Safari did the 'This page was reloaded' thing. Then my iPhone 6 Plus spontaneously rebooted. The crash is repeatable, too.
Works perfectly on my iPhone 6 (no Plus) in iOS 8.1.3.
Re: Apparently transparent – CSS3D HTML5 Experiment
#25Amazing stuff in there.
Re: Apparently transparent – CSS3D HTML5 Experiment
#26I loaded this page in Safari, tried scrolling it, and then Safari did the 'This page was reloaded' thing. Then my iPhone 6 Plus spontaneously rebooted. The crash is repeatable, too.
Which iOS version? Works perfectly on my iPhone 6 (no Plus) in iOS 8.1.3.
I'll try it after I upgrade to 8.1.3.
Re: Apparently transparent – CSS3D HTML5 Experiment
#27Re: Apparently transparent – CSS3D HTML5 Experiment
#28So CSS can do 3D, but still not vertically center multiline text in a straightforward way?
Re: Apparently transparent – CSS3D HTML5 Experiment
#29I loaded this page in Safari, tried scrolling it, and then Safari did the 'This page was reloaded' thing. Then my iPhone 6 Plus spontaneously rebooted. The crash is repeatable, too.
Re: Apparently transparent – CSS3D HTML5 Experiment
#30How can this be achieved with so little code? I was expecting thousands of lines. It's like 100.
That, combined with how CSS 3D transforms let you describe 3D graphics in a declarative way (there's an image at some position with some rotation), rather than in an imperative way (bind the buffer, link the shader, do the 3D rendering dance, draw this thing at some position I bound and some rotation I chose, etc.), allows it to be very small.
As always, while declarative programming doesn't lead to brilliant performance, it produces much nicer code and it's much easier to write.