{
// Then, we'll animate the thumbnail to the cart. This will take ~700ms.
$animate(0.7);
}, 10);
// When the thumbnail is animating, we'll also start the process to hide the thumbnail again.
// This will take 700 ms as well, so we'll start this animation after ~500ms already, so that
// it is roughly ready when the thumbnail is in the cart again.
setTimeout(() => {
$el.style.opacity = '0';
$el.style.zIndex = '-10'; // unsetten zIndex is benodigd omdat anders onderdelen niet aanklikbaar zijn op de pagina
// After the complete process is finished and the thumbnail is invisible again, we'll reset
// the animation again.
$animateReset();
isAnimating = false;
}, 712);
"
x-init="$animateReset()"
x-animate="{
top: (document.querySelector('.cart-icon').getBoundingClientRect().top + 20) + 'px',
left: (document.querySelector('.cart-icon').getBoundingClientRect().left + 20) + 'px',
width: '20px',
height: '20px',
opacity: '1.0'
}"
x-animate.reset="{
top: ($refs.reference.getBoundingClientRect().top - 200) + 'px',
left: ($refs.reference.getBoundingClientRect().left + 100) + 'px',
width: '200px',
height: '200px',
opacity: '0.0',
}">
Weet je waarom onze klanten Passievrucht bij ons kopen?
Passievrucht is een zoete, exotische vrucht met een zeer rijk aroma.
Op-pimper van allerlei salades, smoothies, ijs, gebak, (mix)drankjes, enzovoorts.
Meest bekende tropisch fruitsoort.
Wat is Passiefruit?
Passievrucht, ook wel passiefruit of markieza genoemd, is een zoete, exotische vrucht. De vrucht is rond met een harde schil die naarmate hij rijper wordt begint te verschrompelen. De inhoud van de passievrucht bestaat uit geel vruchtvlees met eetbare pitjes. Passiefruit kun je heerlijk uitlepelen zoals een kiwi. Maar bovenal is de passievrucht een smaakmaker voor eigenlijk alle gerechten, gebak, ijs en (mix)drankjes.
Passievruchten hebben een frisse, zoete smaak met een tropisch aroma.
Naarmate de vrucht verder rijpt, verschrompeld de schil en wordt de smaak zoeter.
Hoe gebruik je ze?
Passiefruit is heerlijk om uit het vuistje uit te lepelen. Halveer de passiefruit horizontaal zoals een kiwi en lepel de eetbare pitjes en het sap uit de vrucht. Maar deze vrucht heeft nog heel veel meer te bieden:
De passiefruit is vooral populair door de prachtige diepgele kleur van het vruchtvlees, de geweldige uitgesproken smaak en de frisse onmiskenbare geur. Een lekker schaaltje yoghurt in de morgen als ontbijt met wat granen, mango en passievrucht is een goede start van de dag.
Pers je zelf je sinaasappels? Pers dan eerst een passievrucht en pers daarna de sinaasappels op dezelfde pers. Dan wordt je glaasje sinaasappelsap heerlijk tropisch.
Natuurlijk past een passiefruit in een zomerse salade, maak je er de mooiste gerechten van, is de lekkerste smoothie met passiefruit, is mango en passiefruit de lekkerste combinatie, is passiefruit-cheesecake een topper en, en, en...
En last but not least... Pornstar Martini is natuurlijk niet voor niets zo lekker. Niet voor niets is passiefruit het hoofdingrediënt van ongekend veel mixdrankjes.
Ken je lemoncurd? Dat is een ontzettende lekkere zoetzure crème op basis van citroen die op op gebak of scones eet. Op basis van passiefruit is de curd nog lekkerder en nog mooier (met die donkere pitjes erin)
Met dit recept maak je heel eenvoudig de lekkerste passiefruit-curd ooit.
passievrucht curd-01_klein.JPG689.45 KB
Hoe bewaar je ze?
Bewaar passievruchten op de fruitschaal of als hij echt rijp is, in de koelkast. Wanneer de schil van de passievrucht donkerpaars en glad is dan is ze onrijper en friszuur van smaak. Als de schil gaat verrimpelen wordt de passievrucht rijper en het vruchtvlees zoeter.
Bestel Passiefruit
De lekkerste groenten en fruit koop je bij Groentebroer.nl. Kies uit het grootste assortiment van de specialist. Stel zelf je pakket samen met alles wat je lekker vindt in elk gewenste aantal of gewicht. Wij bezorgen supersnel door heel Nederland en een deel van België. Voor de meeste regio's en dagen geldt: vandaag voor 10:00 besteld = vandaag in huis.
Meer informatie?
Wil je meer informatie over ons of onze producten?
Neem contact op met Groentebroer.nl, wij staan je graag te woord.
{
// Then, we'll animate the thumbnail to the cart. This will take ~700ms.
$animate(0.7);
}, 10);
// When the thumbnail is animating, we'll also start the process to hide the thumbnail again.
// This will take 700 ms as well, so we'll start this animation after ~500ms already, so that
// it is roughly ready when the thumbnail is in the cart again.
setTimeout(() => {
$el.style.opacity = '0';
$el.style.zIndex = '-10'; // unsetten zIndex is benodigd omdat anders onderdelen niet aanklikbaar zijn op de pagina
// After the complete process is finished and the thumbnail is invisible again, we'll reset
// the animation again.
$animateReset();
isAnimating = false;
}, 712);
"
x-init="$animateReset()"
x-animate="{
top: (document.querySelector('.cart-icon').getBoundingClientRect().top + 20) + 'px',
left: (document.querySelector('.cart-icon').getBoundingClientRect().left + 20) + 'px',
width: '20px',
height: '20px',
opacity: '1.0'
}"
x-animate.reset="{
top: ($refs.reference.getBoundingClientRect().top - 200) + 'px',
left: ($refs.reference.getBoundingClientRect().left + 100) + 'px',
width: '200px',
height: '200px',
opacity: '0.0',
}">
{
// Then, we'll animate the thumbnail to the cart. This will take ~700ms.
$animate(0.7);
}, 10);
// When the thumbnail is animating, we'll also start the process to hide the thumbnail again.
// This will take 700 ms as well, so we'll start this animation after ~500ms already, so that
// it is roughly ready when the thumbnail is in the cart again.
setTimeout(() => {
$el.style.opacity = '0';
$el.style.zIndex = '-10'; // unsetten zIndex is benodigd omdat anders onderdelen niet aanklikbaar zijn op de pagina
// After the complete process is finished and the thumbnail is invisible again, we'll reset
// the animation again.
$animateReset();
isAnimating = false;
}, 712);
"
x-init="$animateReset()"
x-animate="{
top: (document.querySelector('.cart-icon').getBoundingClientRect().top + 20) + 'px',
left: (document.querySelector('.cart-icon').getBoundingClientRect().left + 20) + 'px',
width: '20px',
height: '20px',
opacity: '1.0'
}"
x-animate.reset="{
top: ($refs.reference.getBoundingClientRect().top - 200) + 'px',
left: ($refs.reference.getBoundingClientRect().left + 100) + 'px',
width: '200px',
height: '200px',
opacity: '0.0',
}">
{
// Then, we'll animate the thumbnail to the cart. This will take ~700ms.
$animate(0.7);
}, 10);
// When the thumbnail is animating, we'll also start the process to hide the thumbnail again.
// This will take 700 ms as well, so we'll start this animation after ~500ms already, so that
// it is roughly ready when the thumbnail is in the cart again.
setTimeout(() => {
$el.style.opacity = '0';
$el.style.zIndex = '-10'; // unsetten zIndex is benodigd omdat anders onderdelen niet aanklikbaar zijn op de pagina
// After the complete process is finished and the thumbnail is invisible again, we'll reset
// the animation again.
$animateReset();
isAnimating = false;
}, 712);
"
x-init="$animateReset()"
x-animate="{
top: (document.querySelector('.cart-icon').getBoundingClientRect().top + 20) + 'px',
left: (document.querySelector('.cart-icon').getBoundingClientRect().left + 20) + 'px',
width: '20px',
height: '20px',
opacity: '1.0'
}"
x-animate.reset="{
top: ($refs.reference.getBoundingClientRect().top - 200) + 'px',
left: ($refs.reference.getBoundingClientRect().left + 100) + 'px',
width: '200px',
height: '200px',
opacity: '0.0',
}">
{
// Then, we'll animate the thumbnail to the cart. This will take ~700ms.
$animate(0.7);
}, 10);
// When the thumbnail is animating, we'll also start the process to hide the thumbnail again.
// This will take 700 ms as well, so we'll start this animation after ~500ms already, so that
// it is roughly ready when the thumbnail is in the cart again.
setTimeout(() => {
$el.style.opacity = '0';
$el.style.zIndex = '-10'; // unsetten zIndex is benodigd omdat anders onderdelen niet aanklikbaar zijn op de pagina
// After the complete process is finished and the thumbnail is invisible again, we'll reset
// the animation again.
$animateReset();
isAnimating = false;
}, 712);
"
x-init="$animateReset()"
x-animate="{
top: (document.querySelector('.cart-icon').getBoundingClientRect().top + 20) + 'px',
left: (document.querySelector('.cart-icon').getBoundingClientRect().left + 20) + 'px',
width: '20px',
height: '20px',
opacity: '1.0'
}"
x-animate.reset="{
top: ($refs.reference.getBoundingClientRect().top - 200) + 'px',
left: ($refs.reference.getBoundingClientRect().left + 100) + 'px',
width: '200px',
height: '200px',
opacity: '0.0',
}">