django-fluent / django-fluent-contents

A widget engine to display various content on Django pages
http://django-fluent.org/
Apache License 2.0
149 stars 39 forks source link

Animating moving of contentitems within a placeholder. #83

Closed cogat closed 7 years ago

cogat commented 7 years ago

Re #82 replacing the instant swap function with an animated transition.

codecov-io commented 7 years ago

Current coverage is 58.77% (diff: 100%)

Merging #83 into master will not change coverage

@@             master        #83   diff @@
==========================================
  Files           163        163          
  Lines          4153       4153          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           2441       2441          
  Misses         1712       1712          
  Partials          0          0          

Powered by Codecov. Last update c3a2fc0...4a5dad5

vdboor commented 7 years ago

Awesome, thanks for this improvement!

vdboor commented 7 years ago

I've further updated the code to make sure WYSIWYG editors also correctly re-enable themselves after a DOM remove/insert. Thanks again for this improvement and the inspiration that came from it, it's a wonderful thing to have!