Thursday, May 23, 2024
 Popular · Latest · Hot · Upcoming
85
rated 0 times [  88] [ 3]  / answers: 1 / hits: 51752  / 13 Years ago, fri, january 13, 2012, 12:00:00

I recently discovered the Masonry and Isotope JQuery plugins. They seem to be functionally almost identical and both appear to have the same author. The only obvious difference I can see is the license.



What are the main differences between these two in terms of functionality? Why would you use one over the other?


More From » jquery

 Answers
17

An excerpt from the interview with the author:




To some people Isotope would look very similar to the work you had previously done with Masonry; can you explain the main differences
between the two?



Isotope has several features that Masonry lacks. Masonry essentially
does one thing, placing item elements in a cascading arrangement.
Isotope has Masonry’s layout logic built in, but in addition, it also
has several other layout modes that can be used to dynamically
position elements. You can even develop your own custom layout mode.



As I’ve mentioned, it has filtering and sorting functionality built
in. Filtering items is as easy as passing in a jQuery selector:



$('#container').isotope({ filter: '.my-selector' });



Isotope takes advantage of the best browser features out there.
Instead of using typical left/top styles positioning, Isotope takes a
progressive enhancement approach and uses CSS transforms if supported
by the browser. This provides for top-notch performance for top-notch
browsers. With hardware acceleration kicking in, animations look silky
smooth on WebKit browsers, and even less-powerful devices using iOS.
CSS transforms perform better with CSS transitions, which I’ll discuss
later.




Another difference is license as @AminAriana pointed out. Masonry is under the MIT license, but Isotope is only free for personal use.



You can buy (25$) Isotope commercial license on this page.


[#88030] Thursday, January 12, 2012, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
denzelc

Total Points: 637
Total Questions: 89
Total Answers: 88

Location: Liechtenstein
Member since Wed, Dec 8, 2021
3 Years ago
denzelc questions
Wed, Jan 12, 22, 00:00, 2 Years ago
Thu, Sep 2, 21, 00:00, 3 Years ago
Thu, Sep 2, 21, 00:00, 3 Years ago
Sun, Oct 11, 20, 00:00, 4 Years ago
Fri, Jul 24, 20, 00:00, 4 Years ago
;