ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.04k stars 1.2k forks source link

Disable transitions from add_widget #413

Open simplenotezy opened 10 years ago

simplenotezy commented 10 years ago

I am trying to get rid of the transitions for add_widget, but can't seem to find an easy solution to do this.

Is it possible?

hrosenbauer commented 10 years ago

Have a look at the css file of gridster - especially all lines with:

-webkit-transition
-moz-transition
-o-transition
-ms-transition
transition