Thread with 6 posts

jump to expanded post

oh, another thing I forgot until now: I added captions to the video clip. this was far more painful than expected… apparently every browser refuses to display captions or subtitles when viewing the page locally (file:///). what the fuck! I am going to write angry bug reports.

Open thread at this post

heh, Apple actually have sample code for a similar playing card CSS animation on their site: https://developer.apple.com/library/archive/samplecode/CardFlip/Introduction/Intro.html

It still works in a modern browser, though you have to tweak the perspective property a bit (-webkit-perspective: 600 has to be changed to perspective: 600px)

Open thread at this post