UNPKG

@markusantonwolf/ta-foodtrucks

Version:

TA-Foodtrucks plugin shows the next food truck and street food dates in your area based on Craftplaces API. You can customize the endpoints to get all dates for a specific vendor, for a specific city or just for a location you are interested in. The light

17 lines (14 loc) 329 B
module.exports = () => { var new_keyframes = {}; new_keyframes['@keyframes ta-foodtrucks-loading-out'] = { from: { opacity: '1', transform: 'scale(1)', }, to: { opacity: '0', transform: 'scale(0.9)', }, }; return new_keyframes; };