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.03k stars 1.2k forks source link

Added optional parameters to disable animations (fadeIn/fadeOut) #516

Closed heartdisease closed 4 years ago

heartdisease commented 9 years ago

Since Gridster had no support for disabling the fadeIn/fadeOut animations for the functions add_widget(), remove_widget() and remove_all_widgets(), extra parameters were added at the end of their function signature. They automatically default to the old standard behavior of showing the animation. That way code that relies on the current implementation will continue to work as expected.

Fabryprog commented 8 years ago

+1

pihomeserver commented 8 years ago

+1