Prinzhorn / scrollmeister

Open-source JavaScript framework to declaratively build scrolling experiences
https://www.scrollmeister.com/
MIT License
37 stars 5 forks source link

3D model behavior (not in core or extras, just a demo/playground) #11

Closed Prinzhorn closed 6 years ago

Prinzhorn commented 6 years ago

https://twitter.com/keithclarkcouk/status/974609122720141312

Progressive enhancement af

<el-meister model="src: some/3d/model.obj;">
    <img src="fallback.jpg">
</el-meister>

Replaces the image with a canvas and does things. Especially the thing where it reacts to the viewport position (interpolate.progress ftw)

Put these things in a separate repo, like scrollmeister-lab. It contains behavior that are not part of core/extras, because they are way to specific.

Prinzhorn commented 6 years ago

Not important rn and just noise