Frederick Jansen
Frederick Jansen
Hi @paltman, I'm curious why you'd want to remove support for Python 2 without adding features that require it? There are a number of changes I'd like to make to...
Hi @pedro-cf, this is currently not supported. I would probably add this function to a separate project, or advise people to use something like https://github.com/heremaps/flexible-polyline.
Thanks for the pull request @paltman. I released v2.0.0 which drops Python 2 and conforms to modern Python programming standards again.
No warning if not using JS, but added check for older IE versions: https://github.com/multiparty/web-mpc/commit/72955409fc9ccf973c1b2981c79ae04b83f61f0a There is no hard fail, just a warning at the top of the page.
Should be camelCase everywhere. We can add a linting rule for this.
You're both welcome. I still hope it makes it into the project, since it's John's most popular one when you look at stars.
Sure, just use the onBlockChange event callback ``` javascript playYoutubeOnBlockChange = function() { if (scrollorama.blockIndex === indexOfBlockYouNeed) { // Code to play youtube video } }; scrollorama.onBlockChange(playYoutubeOnBlockChange); ```
This will probably fix it: https://github.com/johnpolacek/scrollorama/pull/35