angularify / angular-semantic-ui

[WiP] AngularJS native directives for Semantic UI
http://angularify.github.io/angular-semantic-ui
MIT License
383 stars 87 forks source link

Animations #23

Closed Ehesp closed 9 years ago

Ehesp commented 9 years ago

Hello,

On the Semanic UI site, the modal for example zooms and fades in:

http://semantic-ui.com/modules/modal.html

On the angular example, the modal just appears instantly:

http://angularify.github.io/angular-semantic-ui/templates/modal.html

Is there anyway to animate this? Cheers

jspdown commented 9 years ago

I think we should animate it by default, everybody wants it like that. To animate it we have to add .modal('setting', 'transition', value) in the directive.