Feature request. I am starting to use bootstrap grids in my views loop output editor - which is a great feature.
Some suggestions
1) It would be nice if we could add some nice filter effects when filtering using the parametric search. Something like this - hidden link
2) Option to add some nice loading transition effects for the blocks like fade in, fade-in-up etc. Example from the theme I usually use - hidden link
3) Also ability to add hover effects and icons to the blocks would be cool like so - hidden link
Thanks!
1) It would be nice if we could add some nice filter effects when filtering using the parametric search. Something like this - hidden link
Yes, that would be very nice, but we cannot do that due to Performance.
Views also uses pagination, which conflicts with such methods.
There have been some experiments, but until now we do not plan to go that road.
2) Option to add some nice loading transition effects for the blocks like fade in, fade-in-up etc. Example from the theme I usually use - hidden link
What do you mean here?
I do not see any effects on that link that you couldnot do with Custom JS and CSS, in the Loop.
3) Also ability to add hover effects and icons to the blocks would be cool like so - hidden link
This is full Custom Code.
We do not deliver such things because Views and the rest of Toolset should stay compatible with as many Plugins and Themes as possible, and also leave the freedom to customize however you want the Output.
If we add more options, the GUI becomes heavy and adding more JS libraries means neglecting compatibility and also adding source of Issues, Tests get longer and more complex, and conflicts are almost sure.
This can be done with Custom Code thou.