surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.12k stars 802 forks source link

Support Settings animationEnabled for all css transition animations #7573

Closed dmitry-kurmanov closed 8 months ago

dmitry-kurmanov commented 9 months ago

proposal from @dk981234

@include notranstion (.transition)
.transition {
  transition-property
} 

https://stackoverflow.com/questions/11131875/what-is-the-cleanest-way-to-disable-css-transition-effects-temporarily

dmitry-kurmanov commented 8 months ago

implemented via the https://github.com/surveyjs/private-tasks/issues/357