![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
ngp-enter-section
Advanced tools
Angular library for creating animations on web content. Creates transitions on the X and Y axes that create the nice effect of entering content as the user scrolls.
Angular library for creating animations on web content. Creates transitions on the X and Y axes that create the nice effect of entering content as the user scrolls.
npm i ngp-enter-section --save
You must import the module NgpEnterSectionModule
where you will use it and use the component
***
import { NgpEnterSectionModule } from 'ngp-enter-section';
@NgModule({
***
imports: [
NgpEnterSectionModule,
],
****
})
In your component:
<div class="container">
<div ngpEnterSection dirX="left">
<h1 class="h1" >{{'Disfruta nuestras realizaciones'}}</h1>
<h4>
{{'Observa en tu dispositivo móvil o pc de escritorio, series, spots, documentales, podcats y mucho más.'}}
</h4>
</div>
<div ngpEnterSection dirX="right" dirY="bottom" >
<img class="image-section section1" src="assets/images/image-section-1.png" />
<video id="video-section1" class="video-play" autoplay="true" muted="muted" loop="true">
<source src="assets/videos/video-section-2.mp4" type="video/mp4" />
</video>
</div>
The example above creates an entry from the left for the first div and creates an entry from the right upwards in the second div
The NgpEnterSectionDirective
has more parameters like direction = 'left|right' and the timing for the animation, default value is '1s'
<div ngpEnterSection dirY="top" time=".5s">
<p>{{'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.'}}</h1>
</div>
FAQs
Angular library for creating animations on web content. Creates transitions on the X and Y axes that create the nice effect of entering content as the user scrolls.
The npm package ngp-enter-section receives a total of 0 weekly downloads. As such, ngp-enter-section popularity was classified as not popular.
We found that ngp-enter-section demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.