A prototype parallax scrolling technique that uses CSS 3D transforms. No JavaScript!
An article about this technique is available here: http://keithclark.co.uk/articles/pure-css-parallax-websites/
A Pen by Keith Clark on CodePen.
| import functools | |
| def force_async(fn): | |
| ''' | |
| turns a sync function to async function using threads | |
| ''' | |
| from concurrent.futures import ThreadPoolExecutor | |
| import asyncio | |
| pool = ThreadPoolExecutor() |
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ |
A prototype parallax scrolling technique that uses CSS 3D transforms. No JavaScript!
An article about this technique is available here: http://keithclark.co.uk/articles/pure-css-parallax-websites/
A Pen by Keith Clark on CodePen.