I created new pages on my (soon to be) photography website using Panels and Views. I want to have my own hover effects for pictures on my albums page. How am I supposed to use custom HTML and CSS3 animations like those found here on these images which are loaded by modules such as Panels and Drupal which are basically creating their own markup on the page load i.e. not in hard coded files which I can add markup to.
1 Answer
You can override the views template and create your own template/markup to achieve what you want. You can read more on how to achieve that here: http://drupal.org/node/1089656