mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-04-02 05:23:19 +00:00
Fix/optimizations (#3)
* revamped js/css asset build * update favicon compilation and color; cleanup package.json * fix spacing * update social media display and references * adjust about page sizing and mobile display * update jobs and page titles * abstract links to single source, small style fixes * adjust footer * update pro viddeo page and seo * seo and video fixes * fix seo display * move tor link to footer * sizing adjustments and add hosted video * video and sizing adjustments * wip video * final video * update pro link * temp fix for ticker start * update link, add auto orient, remove video border * fix contact form submission and mobile submit
This commit is contained in:
20
src/assets/js/hero.js
Normal file
20
src/assets/js/hero.js
Normal file
@@ -0,0 +1,20 @@
|
||||
//////////////////////////////////////////
|
||||
// HERO
|
||||
import { gsap } from "gsap";
|
||||
|
||||
gsap.to("#hero-image", {
|
||||
duration: 1,
|
||||
//y: "-10rem",
|
||||
scale: 1,
|
||||
opacity: 1,
|
||||
filter: "blur(0px)",
|
||||
delay: 0.5,
|
||||
});
|
||||
|
||||
gsap.to("#logo", {
|
||||
duration: 0.5,
|
||||
y: 0,
|
||||
opacity: 1,
|
||||
delay: 1.25,
|
||||
//ease: "in-out"
|
||||
});
|
||||
Reference in New Issue
Block a user