Furthur Foundation

Client: Furthur Foundation

Project Brief: The Furthur Foundation is the charitable project of Bob Weir, founding member of the Grateful Dead, Dead & Co, Bobby Weir & Wolf Bros, and other musical ventures. Their site was badly in need of updating both in its look and on the back end. We discussed ways to better highlight their mission and the organizations that they support. I created a custom interface so they could easily enter each org’s info and display it in a visually attractive grid. I also updated their logo and overall color scheme for a cleaner look.

Visit Site Back to Portfolio

3645Note: The placeholder image sizes provided are examples only. You can use images as tall as you like.

To adjust the height of the visible space, edit the max-height value in each section’s structure settings in the advanced tab.
The images are defined in the background settings of the style tab in each section. You need to add the same image to the static and hover states. The static state should have a background position of: Left 50%, Top 0%. The hover state should have a background position of: Left 50%, Top 100%.

You can adjust the speed of the scroll by adjusting the CSS in the Custom CSS box of the parent row.

.bb-scroll-screen-1 .kt-inside-inner-col {
  transition: background-position 1s linear;
}

Adjust the 1s value above to control the time the image takes to return to its static state (on mouseout)

.bb-scroll-screen-1 .kt-inside-inner-col:hover {
  transition: background-position 10s linear;
}

Adjust the 10s value above to control the speed the image scrolls on hover (on mouseover)