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

Animate moving content items up and down #82

Closed cogat closed 7 years ago

cogat commented 7 years ago

Content items look visually similar to each other, and so when you click the up or down arrows the instant change can be disorienting. This can be addressed by animating the move.

vdboor commented 7 years ago

The commit is merged and improved! Thanks for the work, this was a great inspiration to achieve the effect. I had no idea it could be that "simple" to achieve the swap effect! 😃 The code is now improved to work with more "advanced" (read TinyMCE/WYSIWYG) plugins too.