Been having issues unappending elements after they cross the screen, I have a feeling it's because I'm not getting the getElementsByClassName data return (ie it's an 'array-like-object', not elements).
as seen here: https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByClassName
tried looking for how to delete elements after an animation (that's what's moving them across the screen) but just found jQuery results: http://stackoverflow.com/questions/25149415/javascript-delete-and-shift-elements-after-animation.
talked to Brian r and Nate...no luck
Been having issues unappending elements after they cross the screen, I have a feeling it's because I'm not getting the getElementsByClassName data return (ie it's an 'array-like-object', not elements).
as seen here: https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByClassName
tried looking for how to delete elements after an animation (that's what's moving them across the screen) but just found jQuery results: http://stackoverflow.com/questions/25149415/javascript-delete-and-shift-elements-after-animation.
talked to Brian r and Nate...no luck