Issue with animate.css and not be able to use move tool in edit mode

Permalink
In both Version 8 and version 7 I have a conflict when i try to use animate.css

When I add the animated class to a div. (for an animate entrance etc) I lose the ablity to move the block I place in that div.

I also tried adding the class for example "animated bounce" to the block under custom templates... but the same thing happens... I lose the able to select the move icon and drag and drop the block somewhere else...

Is anyone else having this issue

cayercreative
 
hutman replied on at Permalink Reply
hutman
I've not tried this particular CSS before, but could you just set something like

if($c->isEditMode()){
//show a "this block is disabled in edit mode"
} else {
//include the CSS stuff
}

So that your CSS only loads if you're not in edit mode?