I'm trying to add a class to my bind however im getting an error on the "+ animation" its saying : is expected, how do i go about getting that class
class="animation__placeholder"
:class="{
'animation__placeholder--' + animation,
'animation__placeholder--top':(alignment === 'top'),
'animation__placeholder--center':(alignment === 'center'),
'animation__placeholder--bottom':(alignment === 'bottom'),
'animation__placeholder--right':(side === 'right'),
'animation__placeholder--center':(side === 'center'),
'animation__placeholder--left':(side === 'left'),
}"