Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

134
Views
Animation I created with spring is not working

The codes I wrote for spring are below. My code is not working even though there are no errors.

export default function heroImage() {
  return (
    <div className="heroImage">
    <img className="sliderBackground" src={Background} />
    <Spring
    from={{ opacity:0, marginTop:-500 }}
    to={{ opacity:1, marginTop:0 }}
    >
    {
      props => (
      <div style={props}>
      <div style={sliderContentStyle}>
      <h2 style={sliderH2Style} lang="tr">En iyi Yerel Lezzetler Menzil'de</h2>
      <p style={sliderPStyle}>Taze kuruyemişler, Sağlıklı besinler ve sofralarınıza lezzet katacak baharatlar için Menzil'e gelin</p>
      <img className="sliderFoto" src={SliderFoto} />
      </div>
      </div>
    )}
    </Spring>
    </div>
  )
}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!