Angular-gridster2: Option to disable animations?

Created on 27 Sep 2017  路  3Comments  路  Source: tiberiuzuld/angular-gridster2

Just as the title says.. would you be willing to build in a way to completely turn off all transitions/animations?

Thanks!

question

Most helpful comment

This worked for me.

In the top-level styles.css I've added:

gridster .gridster-column,
gridster .gridster-row,
gridster-item,
gridster-item.gridster-item-resizing,
gridster-item.gridster-item-moving {
  transition: unset !important;
}

All 3 comments

Hi @jasonhendee ,

You need to override the css to disable the transitions.
No need for an extra option.

Thanks,

Ended up doing exactly that. Thanks!

This worked for me.

In the top-level styles.css I've added:

gridster .gridster-column,
gridster .gridster-row,
gridster-item,
gridster-item.gridster-item-resizing,
gridster-item.gridster-item-moving {
  transition: unset !important;
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

aren5a picture aren5a  路  5Comments

JohnxAss picture JohnxAss  路  5Comments

ermcgrat picture ermcgrat  路  3Comments

dhaniksahni picture dhaniksahni  路  4Comments

matpag picture matpag  路  3Comments