Questions tagged [gumby-framework]

Create rapid and logical page layout and app prototypes with Gumby Framework, a flexible, responsive CSS framework, powered by Sass

Requirements :

  • A code editor of your choice (we recommend Sublime Text 2+)
  • A decent knowledge of HTML/CSS
  • A willingness to learn
  • Google or comparable search engine.

Some optional things the Gumby authors recommend :

  • A web server (Apache or similar)
  • Some basic knowledge of programming (variables, functions)
  • General knowledge of the terminal

Browser Compatibility :

Gumby is developed following the latest standards and specs. In order to stay on the cutting edge, Gumby supports modern web browsers like:

  • Chrome
  • Firefox
  • Opera
  • Internet Explorer 8+

Gumby also support some of our elderly community of browsers down to IE 8. Anything below IE 8 is too fussy and won't cooperate at bingo night.


Resources :


Related tags :

33 questions
17
votes
3 answers

Adding class via js won't trigger css animation

I have a modified version of animate.css (added some delay, new timings and new positions), and it works really great when the classes are set by default (html document). But when I am adding the animate class dynamically via js, the animation is…
code-zoop
  • 7,312
  • 8
  • 47
  • 56
2
votes
1 answer

Transform a Gumby newletter form to work with MailChimp

I have this form preset from Gumby framework: Codepen I'd like to…
lephleg
  • 1,724
  • 2
  • 21
  • 41
2
votes
3 answers

Can't install claymate with npm, error: No compatible version found: bower-config@'>=0.2.0 <0.3.0'

I'm trying to install claymate with npm with no success. It gives me: mateuss-air:~ mateuspinheiro$ npm install claymate npm ERR! Darwin 13.3.0 npm ERR! argv "node" "/usr/local/bin/npm" "install" "claymate" npm ERR! node v0.10.32 npm ERR! npm …
Mateus Pinheiro
  • 870
  • 2
  • 12
  • 20
2
votes
1 answer

CSS change style of different element upon active

Trying to change the content of an image by clicking another image (image gallery viewer), using pure HTML/CSS. I am using the gumby.css framework and currently have the following HTML:
Travis Liew
  • 787
  • 1
  • 11
  • 34
2
votes
3 answers

Selecting an option using fancy select

I've got a fancy select with code similar to the following, yet adding the selected=selected attribute to one of the options (with JS) does not change which item is currently selected.