lionleaf / dwitter

Social network for short js demos
https://www.dwitter.net
Apache License 2.0
764 stars 69 forks source link

Autoplay first dweet in the feed #481

Closed lionleaf closed 4 years ago

lionleaf commented 4 years ago

Also removes the call to newCode on load. While this is required to instrument the code, it already happens within templates/dweet.html so we were doing it twice.

This causes the first dweet to show up quicker, but since it starts before the page is fully loaded you might get some extra stutter.

I'd like feedback on whether that's worth it? Earlier dweet but extra stutter.

lionleaf commented 4 years ago

Abandoning this for now. Not the right solution