Hidden animations from JS component Stock
Posted: 29 September 2013, 01:00
I'm having real trouble with card animations using the JS component Stock.
When I do :
stock.addToStock(42, 'some_other_stock_item_id');
the animation of card 42 is hidden because my stocks are in divs with CSS attributes overflow:hidden.
Is there a way to make the animated card visible no matter what ?
When I do :
stock.addToStock(42, 'some_other_stock_item_id');
the animation of card 42 is hidden because my stocks are in divs with CSS attributes overflow:hidden.
Is there a way to make the animated card visible no matter what ?