jbergandino / info-website

0 stars 0 forks source link

Calendar Page 2nd Rotated in Image #5

Open jbergandino opened 9 years ago

jbergandino commented 9 years ago

@shawnpatrickdoyle - the rotating image on your page appears to have a few bugs....sometimes I can only see a 1 inch by 1 inch portion of the image in the top right corner and the image transition is not smooth until about 15 seconds after the page loads....I think it is something to do with the timers.

FYI I came across a simple image rotation technique in JavaScript using an array of strings and the setInterval() function:

screen shot 2015-09-28 at 11 24 12 am
shawnpatrickdoyle commented 9 years ago

I wasn't able to replicate the 1 inch by 1 inch portion issue. I tweaked the timing on CSS. I tried the JS fix, but the code from the screenshot was problematic (it told me the setAttribute can't have a value of null). I pushed it to my branch. You can check it out and see if it's any better.) If not, could you share the source of that image to help me figure out the JS?